diff --git a/es-app/src/Gamelist.cpp b/es-app/src/Gamelist.cpp index c32b59d25..b791335fb 100644 --- a/es-app/src/Gamelist.cpp +++ b/es-app/src/Gamelist.cpp @@ -89,8 +89,8 @@ void parseGamelist(SystemData* system) std::string xmlpath = system->getGamelistPath(false); if (!Utils::FileSystem::exists(xmlpath)) { - LOG(LogInfo) << "Loading system \"" << system->getName() << - "\" which does not have a gamelist.xml file..."; + LOG(LogDebug) << "Gamelist::parseGamelist(): System \"" << system->getName() << + "\" does not have a gamelist.xml file"; return; }