mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
Improved logging of "adding aircraft" so we can see details such as the model string
This commit is contained in:
committed by
Mat Sutcliffe
parent
d947baf344
commit
26afc5160d
@@ -548,6 +548,9 @@ namespace BlackCore
|
||||
//! Validate if model has callsign and such
|
||||
bool validateModelOfAircraft(const BlackMisc::Simulation::CSimulatedAircraft &aircraft) const;
|
||||
|
||||
//! Unified qeeing aircraft message
|
||||
void logAddingAircraftModel(const BlackMisc::Simulation::CSimulatedAircraft &aircraft) const;
|
||||
|
||||
//! Lookup against DB data
|
||||
static BlackMisc::Simulation::CAircraftModel reverseLookupModel(const BlackMisc::Simulation::CAircraftModel &model);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user