From 7a079acb17de322ac41b86cadde3a38fcab6039c Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 7 Feb 2021 12:36:33 +0100 Subject: [PATCH] Minor cosmetic log output change for SystemData. --- es-app/src/SystemData.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/es-app/src/SystemData.cpp b/es-app/src/SystemData.cpp index 34848d0fa..be4a10c7f 100644 --- a/es-app/src/SystemData.cpp +++ b/es-app/src/SystemData.cpp @@ -368,8 +368,8 @@ bool SystemData::loadConfig() } if (newSys->getRootFolder()->getChildrenByFilename().size() == 0 || onlyHidden) { - LOG(LogWarning) << "No games were found for the system \"" << name << - "\" matching any of the defined file extensions \"" << + LOG(LogWarning) << "No files were found for game system \"" << name << + "\" which matched any of the defined file extensions \"" << Utils::String::vectorToDelimitedString(extensions, " ") << "\""; delete newSys; delete envData;