X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAirports%2Fairport.cxx;h=13f7a7a87c89f82310c3fdef3783d2c1a9e8e1c0;hb=fc887b106bbb199ffe9c042b8271eae1be26c9aa;hp=56cdaf139c7019ca77e0d3507dc097a3f65419dc;hpb=d56fbfd415eebeef2ad421c60624e1231c3586e1;p=flightgear.git diff --git a/src/Airports/airport.cxx b/src/Airports/airport.cxx index 56cdaf139..13f7a7a87 100644 --- a/src/Airports/airport.cxx +++ b/src/Airports/airport.cxx @@ -90,6 +90,7 @@ FGAirport::FGAirport( PositionedID aGuid, FGAirport::~FGAirport() { + SG_LOG(SG_NAVAID, SG_INFO, "deleting airport:" << ident()); delete _dynamics; }