Skip to content

Commit

Permalink
Inserted a necessary blank in the error message for no .hpcrun measur…
Browse files Browse the repository at this point in the history
…ement files.
  • Loading branch information
martyitz committed May 13, 2022
1 parent 5734368 commit 982e86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tool/hpcstruct/MeasDir.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ verify_measurements_directory
closedir(dir);
if (!has_hpcrun) {
DIAG_EMsg("Measurements directory " << measurements_dir <<
"does not contain any .hpcrun measurement files ");
" does not contain any .hpcrun measurement files ");
exit(1);
}
} else {
Expand Down

0 comments on commit 982e86b

Please sign in to comment.