X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_init.cxx;h=a78638f0b0fbe18cdf650e3d532e50973dca9b1c;hb=b4eb6324aaa0d2704a2d809381c616b365783ea0;hp=d3012aadda4e0dc0c60ec12c03fd9639438b2775;hpb=348ac42c90e1d3534453be607c1ab23189f932c3;p=flightgear.git diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index d3012aadd..a78638f0b 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -243,7 +243,7 @@ bool fgInitConfig ( int argc, char **argv ) { aircraft_path.append(aircraft); aircraft_path.concat("-set.xml"); SG_LOG(SG_INPUT, SG_INFO, "Reading default aircraft: " << aircraft - << " from " << props_path.str()); + << " from " << aircraft_path.str()); try { readProperties(aircraft_path.str(), globals->get_props()); } catch (const sg_exception &e) { @@ -868,6 +868,7 @@ bool fgInitSubsystems( void ) { // Initialize ATC list management and query systems //////////////////////////////////////////////////////////////////// + //DCL SG_LOG(SG_GENERAL, SG_INFO, " ATIS"); current_atislist = new FGATISList; SGPath p_atis( globals->get_fg_root() );