mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Ref T107, some minor fixes while investigating T107
This commit is contained in:
committed by
Mathew Sutcliffe
parent
880cedec5d
commit
0e3a06c24e
@@ -103,7 +103,7 @@ namespace BlackCore
|
||||
const QJsonObject json = loader.metaData();
|
||||
if (!isValid(json))
|
||||
{
|
||||
CLogMessage(this).warning("Plugin %1 invalid, not loading it") << path;
|
||||
CLogMessage(this).warning("Plugin '%1' invalid, not loading it") << path;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user