mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +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;
|
||||
|
||||
if (SystemData::sSystemVector.size() == 0) {
|
||||
LOG(LogError) << "No game files were found, make sure that the system directories are "
|
||||
"setup correctly and that the file extensions are supported";
|
||||
LOG(LogInfo) << "No game files were found, make sure that the system directories are "
|
||||
"setup correctly and that the file extensions are supported";
|
||||
return NO_ROMS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue