mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
Minor style fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user