mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Ref T485 Adjust CLogMessage and CStatusMessage call sites to use the new API.
This commit is contained in:
@@ -41,7 +41,7 @@ namespace BlackCore
|
||||
ISimulatorFactory *factory = this->getFactory(pluginId);
|
||||
if (!factory)
|
||||
{
|
||||
CLogMessage(this).warning("Could not load plugin '%1'.") << pluginId;
|
||||
CLogMessage(this).warning(u"Could not load plugin '%1'.") << pluginId;
|
||||
m_plugins.remove(pluginId);
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user