Skip to content
Snippets Groups Projects
Commit 4f0d4f8e authored by Russell Taylor's avatar Russell Taylor
Browse files

Re #6096. Trivial removal of erroneous space in log message.

parent 50160e89
No related branches found
No related tags found
No related merge requests found
......@@ -517,7 +517,7 @@ namespace Mantid
}
catch (::NeXus::Exception &e)
{
g_log.warning() << "Log entry 's time field could not be loaded: '" << e.what() << "'.\n";
g_log.warning() << "Log entry's time field could not be loaded: '" << e.what() << "'.\n";
file.closeData();
throw;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment