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 {