mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #336 Using the new CLogMessage syntax to log messages.
This commit is contained in:
@@ -255,7 +255,7 @@ namespace BlackSimPlugin
|
||||
{
|
||||
if (enable)
|
||||
{
|
||||
CLogMessage().warning(this, "X-Plane already provides real time synchronization");
|
||||
CLogMessage(this).warning("X-Plane already provides real time synchronization");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user