Skip to content
Snippets Groups Projects
Commit fcff8608 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

COMP: fix the MsgDevMacro message

parent 62164c8a
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,8 @@ ConfigurationFile
// catch (ConfigFile::file_not_found& e)
catch (...)
{
otbMsgDevMacro(<< "Error - File '" << e.filename << "' not found.");
// otbMsgDevMacro(<< "Error - File '" << e.filename << "' not found.");
otbMsgDevMacro(<< "Error - File not found.");
}
}
......
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