]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ATCutils.cxx
Migrate FlightGear code to use "#include SG_GL*" defined in
[flightgear.git] / src / ATC / ATCutils.cxx
index f5decf766499407b1041ee06e470162307b3b401..fa00be1e4993939eda3677140af1354af98a09a6 100644 (file)
@@ -315,7 +315,7 @@ bool dclFindAirportID( const string& id, FGAirport *a ) {
 
         result = globals->get_airports()->search( id );
         if ( result.id.empty() ) {
-            SG_LOG( SG_GENERAL, SG_ALERT,
+            SG_LOG( SG_GENERAL, SG_WARN,
                     "Failed to find " << id << " in basic.dat.gz" );
             return false;
         }