This commit is contained in:
Klaus Basan
2018-06-27 18:19:32 +02:00
parent 7e8c0cc99d
commit 6bcded9264
8 changed files with 46 additions and 46 deletions

View File

@@ -732,7 +732,7 @@ namespace BlackMisc
emit valuesWantToCache({ { { element.m_key, value } }, timestamp, save });
}
// All good info
status = CStatusMessage(this).info("Set value %1") << element.m_nameWithKey;
status = CStatusMessage(this).info("Set value '%1'") << element.m_nameWithKey;
}
return status;
}