"tutorials/models/vscode:/vscode.git/clone" did not exist on "4d3c01d671d84066c46b6bc7315ed2c7a9bf0464"
Commit d1c333eb authored by Davis King's avatar Davis King
Browse files

Modified a print statement.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403686
parent 902ec222
...@@ -247,9 +247,9 @@ namespace dlib ...@@ -247,9 +247,9 @@ namespace dlib
static inline void dlib_fatal_error_terminate ( 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 << message() << std::endl;
std::cerr << "**********************************************************\n" << std::endl; std::cerr << "******************************************************************************\n" << std::endl;
} }
void check_for_previous_fatal_errors() 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