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

Re #6127. Give a bit more information in the error printout.

parent 83a17d6e
No related branches found
No related tags found
No related merge requests found
......@@ -472,7 +472,7 @@ namespace Kernel
catch(std::exception& e)
{
// Failures in logging are not allowed to throw exceptions out of the logging class
std::cerr << e.what();
std::cerr << "Error in logging framework: " << e.what();
}
}
......
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