diff --git a/es-app/src/main.cpp b/es-app/src/main.cpp index d32fc08b6..b0df80e3e 100644 --- a/es-app/src/main.cpp +++ b/es-app/src/main.cpp @@ -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; }