mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Ref T42, single quote around value
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6ebbf58f79
commit
297ef8ea16
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user