Small log output change during gamelist.xml processing.

This commit is contained in:
Leon Styhre 2021-03-10 18:04:58 +01:00
parent dd851bee40
commit 5ff003186c

View file

@ -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;
}