Minor change, added ' in error messages

This commit is contained in:
Klaus Basan
2016-12-29 03:14:55 +01:00
committed by Mathew Sutcliffe
parent ec3fc93a19
commit 3f2fc33b27
2 changed files with 5 additions and 5 deletions

View File

@@ -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);