mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-29 09:35:39 +00:00
Changed the log message on missing game files from error to info.
This commit is contained in:
parent
1e52884abe
commit
fd85df2716
|
@ -471,8 +471,8 @@ loadSystemsReturnCode loadSystemConfigFile()
|
||||||
return INVALID_FILE;
|
return INVALID_FILE;
|
||||||
|
|
||||||
if (SystemData::sSystemVector.size() == 0) {
|
if (SystemData::sSystemVector.size() == 0) {
|
||||||
LOG(LogError) << "No game files were found, make sure that the system directories are "
|
LOG(LogInfo) << "No game files were found, make sure that the system directories are "
|
||||||
"setup correctly and that the file extensions are supported";
|
"setup correctly and that the file extensions are supported";
|
||||||
return NO_ROMS;
|
return NO_ROMS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue