For now anyway can we reduce this a level?  This makes the airport not found 
message (in ATC code only) warning level.  I'm amazed at how often this gets
called.


Index: src/ATC/ATCutils.cxx
===================================================================
RCS file: /var/cvs/FlightGear-0.9/FlightGear/src/ATC/ATCutils.cxx,v
retrieving revision 1.11
diff -u -r1.11 ATCutils.cxx
--- src/ATC/ATCutils.cxx        23 Jan 2004 17:18:25 -0000      1.11
+++ src/ATC/ATCutils.cxx        23 Jul 2004 17:39:07 -0000
@@ -315,7 +315,7 @@

         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;
         }


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to