Minor change to a debug message in CollectionSystemsManager.

This commit is contained in:
Leon Styhre 2022-10-29 12:56:35 +02:00
parent 03a9dc8e05
commit 171ee4ded2

View file

@ -1023,8 +1023,8 @@ void CollectionSystemsManager::repopulateCollection(SystemData* sysData)
it != mCustomCollectionSystemsData.cend(); ++it) { it != mCustomCollectionSystemsData.cend(); ++it) {
if ((*it).second.system == sysData) { if ((*it).second.system == sysData) {
LOG(LogDebug) << "CollectionSystemsManager::repopulateCollection(): " LOG(LogDebug) << "CollectionSystemsManager::repopulateCollection(): "
"Repopulating custom collection '" "Repopulating custom collection \""
<< it->first << "'."; << it->first << "\"";
CollectionSystemData* customSystem {&mCustomCollectionSystemsData[it->first]}; CollectionSystemData* customSystem {&mCustomCollectionSystemsData[it->first]};
std::vector<FileData*> systemEntries { std::vector<FileData*> systemEntries {