Ref T42, single quote around value

This commit is contained in:
Klaus Basan
2017-04-27 20:57:41 +02:00
committed by Mathew Sutcliffe
parent 6ebbf58f79
commit 297ef8ea16
2 changed files with 5 additions and 5 deletions

View File

@@ -475,7 +475,7 @@ namespace BlackMisc
temp.removeDuplicates(currentValues);
o_values.insert(temp, QFileInfo(file).lastModified().toMSecsSinceEpoch());
}
return CStatusMessage(this).info("Loaded cache values %1 from %2 %3") <<
return CStatusMessage(this).info("Loaded cache values '%1' from '%2' '%3'") <<
(keysMessage.isEmpty() ? o_values.keys().to<QStringList>().join(",") : keysMessage) << dir << (ok ? "successfully" : "with errors");
}