mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-18 04:45:39 +00:00
Small log output change during gamelist.xml processing.
This commit is contained in:
parent
dd851bee40
commit
5ff003186c
|
@ -89,8 +89,8 @@ void parseGamelist(SystemData* system)
|
||||||
std::string xmlpath = system->getGamelistPath(false);
|
std::string xmlpath = system->getGamelistPath(false);
|
||||||
|
|
||||||
if (!Utils::FileSystem::exists(xmlpath)) {
|
if (!Utils::FileSystem::exists(xmlpath)) {
|
||||||
LOG(LogInfo) << "Loading system \"" << system->getName() <<
|
LOG(LogDebug) << "Gamelist::parseGamelist(): System \"" << system->getName() <<
|
||||||
"\" which does not have a gamelist.xml file...";
|
"\" does not have a gamelist.xml file";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue