[DEBUG] log wrong extention error print
This commit is contained in:
parent
a05a5adccb
commit
f4e056348a
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user