[DEBUG] log wrong extention error print

This commit is contained in:
Edouard DUPIN 2013-01-30 22:31:31 +01:00
parent a05a5adccb
commit f4e056348a

View File

@ -61,7 +61,7 @@ void ewol::ConfigFile::Reload(void)
}
etk::UString fileExtention = file.FileGetExtention();
if (fileExtention != "conf") {
EWOL_ERROR("File does not have extention \".prog\" for program but : \"" << fileExtention << "\"");
EWOL_ERROR("File does not have extention \".conf\" for program but : \"" << fileExtention << "\"");
return;
}
if (false == file.FileOpenRead()) {