From 171ee4ded2ddf11913b6771cff3227097e2f417a Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 29 Oct 2022 12:56:35 +0200 Subject: [PATCH] Minor change to a debug message in CollectionSystemsManager. --- es-app/src/CollectionSystemsManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/es-app/src/CollectionSystemsManager.cpp b/es-app/src/CollectionSystemsManager.cpp index 1eaabcb7f..33dbdd7ba 100644 --- a/es-app/src/CollectionSystemsManager.cpp +++ b/es-app/src/CollectionSystemsManager.cpp @@ -1023,8 +1023,8 @@ void CollectionSystemsManager::repopulateCollection(SystemData* sysData) it != mCustomCollectionSystemsData.cend(); ++it) { if ((*it).second.system == sysData) { LOG(LogDebug) << "CollectionSystemsManager::repopulateCollection(): " - "Repopulating custom collection '" - << it->first << "'."; + "Repopulating custom collection \"" + << it->first << "\""; CollectionSystemData* customSystem {&mCustomCollectionSystemsData[it->first]}; std::vector systemEntries {