From 5ff003186c0cf7589da36c7c472db878ae84c5ef Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Wed, 10 Mar 2021 18:04:58 +0100 Subject: [PATCH] Small log output change during gamelist.xml processing. --- es-app/src/Gamelist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }