]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/ATC-Main.cxx
NavDisplay - custom symbol support enabled.
[flightgear.git] / src / Network / ATC-Main.cxx
index 546f03ebee04cb92afac573f1c61903cb4bd13b6..b3cefd228c30cd7b18142051407ab6556c046a06 100644 (file)
@@ -98,7 +98,7 @@ void FGATCMain::init_config() {
         SGPath atcsim_config( envp );
         atcsim_config.append( ".fgfs-atc610x.xml" );
        try {
-         SG_LOG(SG_GENERAL, SG_ALERT,
+         SG_LOG(SG_NETWORK, SG_ALERT,
                 "Warning: loading deprecated config file: " <<
                 atcsim_config.str() );
          readProperties( atcsim_config.str(), globals->get_props() );
@@ -224,7 +224,7 @@ bool FGATCMain::process() {
     FGNasalSys *n = (FGNasalSys*)globals->get_subsystem("nasal");
     bool result = n->parseAndRun( "atcsim.update()" );
     if ( !result ) {
-        SG_LOG( SG_GENERAL, SG_ALERT, "Nasal: atcsim.update() failed!" );
+        SG_LOG( SG_NETWORK, SG_ALERT, "Nasal: atcsim.update() failed!" );
     }
 
     // process the ATC outputs