]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.cxx
Patch from Jim Wilson:
[flightgear.git] / src / Main / fg_init.cxx
index d3012aadda4e0dc0c60ec12c03fd9639438b2775..a78638f0b0fbe18cdf650e3d532e50973dca9b1c 100644 (file)
@@ -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() );