Skip to content
Snippets Groups Projects
Commit 0ab11e48 authored by Franck Dary's avatar Franck Dary
Browse files

Imroved debug print

parent 05958f77
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ File::File(const std::string & filename, const std::string & mode)
if (!file)
{
fprintf(stderr, "ERROR (%s) : cannot open file %s\n", ERRINFO, filename.c_str());
fprintf(stderr, "ERROR (%s) : cannot open file \'%s\'\n", ERRINFO, filename.c_str());
exit(1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment