mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +00:00
Minor change to a debug message in CollectionSystemsManager.
This commit is contained in:
parent
03a9dc8e05
commit
171ee4ded2
|
@ -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<FileData*> systemEntries {
|
||||
|
|
Loading…
Reference in a new issue