Skip to content

Commit

Permalink
Change error message re #7617
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Palmen <karl.palmen@stfc.ac.uk>
  • Loading branch information
KarlPalmen committed Sep 3, 2013
1 parent f25c767 commit c09e85f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ namespace DataHandling
else
{
stringstream errmsg;
errmsg << "Input .irf file " << filename << " cannot be open. ";
errmsg << "Input fullprof file " << filename << " cannot be open. ";
g_log.error(errmsg.str());
throw runtime_error(errmsg.str());
}
Expand Down

0 comments on commit c09e85f

Please sign in to comment.