Commit d1c333eb authored by Davis King's avatar Davis King

Modified a print statement.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403686
parent 902ec222
......@@ -247,9 +247,9 @@ namespace dlib
static inline void dlib_fatal_error_terminate (
)
{
std::cerr << "\n****************** FATAL ERROR DETECTED ******************";
std::cerr << "\n**************************** FATAL ERROR DETECTED ****************************";
std::cerr << message() << std::endl;
std::cerr << "**********************************************************\n" << std::endl;
std::cerr << "******************************************************************************\n" << std::endl;
}
void check_for_previous_fatal_errors()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment