Minor style fixes

This commit is contained in:
Klaus Basan
2018-12-14 10:05:26 +01:00
parent e5eeb43031
commit 59343c6c24
5 changed files with 10 additions and 7 deletions

View File

@@ -129,7 +129,7 @@ namespace BlackCore
if (!m_paths.contains(identifier))
{
CLogMessage(this).warning("Plugin with id %1 does not exist") << identifier;
CLogMessage(this).warning("Plugin with id '%1' does not exist") << identifier;
return nullptr;
}