mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
Improved logging of "adding aircraft" so we can see details such as the model string
This commit is contained in:
@@ -140,6 +140,7 @@ namespace BlackSimPlugin
|
||||
|
||||
bool CSimulatorFsxCommon::physicallyAddRemoteAircraft(const CSimulatedAircraft &newRemoteAircraft)
|
||||
{
|
||||
this->logAddingAircraftModel(newRemoteAircraft);
|
||||
return this->physicallyAddRemoteAircraftImpl(newRemoteAircraft, ExternalCall);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user