mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
refs #336 Using the new CLogMessage syntax to log messages.
This commit is contained in:
@@ -169,7 +169,7 @@ namespace BlackGui
|
||||
if (sender == this->ui->tvp_AtcStationsBooked && this->getIContextNetwork())
|
||||
{
|
||||
// trigger new read, which takes some time. A signal will be received when this is done
|
||||
CLogMessage().info(this, "Requested new bookings");
|
||||
CLogMessage(this).info("Requested new bookings");
|
||||
this->getIContextNetwork()->readAtcBookingsFromSource();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user