mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
refs #336 Using the new CLogMessage syntax to log messages.
This commit is contained in:
@@ -170,7 +170,7 @@ namespace BlackCore
|
||||
connect(this->m_contextSettings, &IContextSettings::changedSettings, this->m_contextSimulator, &IContextSimulator::settingsChanged);
|
||||
if (!this->m_contextSimulator->loadSimulatorPluginFromSettings())
|
||||
{
|
||||
CLogMessage().warning(this, "No simulator plugin loaded");
|
||||
CLogMessage(this).warning("No simulator plugin loaded");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user