mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Minor change, added ' in error messages
This commit is contained in:
committed by
Mathew Sutcliffe
parent
ec3fc93a19
commit
3f2fc33b27
@@ -73,7 +73,7 @@ namespace BlackMisc
|
||||
{
|
||||
if (! QDir::root().mkpath(persistentStore()))
|
||||
{
|
||||
CLogMessage(this).error("Failed to create directory %1") << persistentStore();
|
||||
CLogMessage(this).error("Failed to create directory '%1'") << persistentStore();
|
||||
}
|
||||
|
||||
connect(this, &CValueCache::valuesChangedByLocal, this, &CDataCache::saveToStoreAsync);
|
||||
|
||||
Reference in New Issue
Block a user