[Flightgear-devel] [PATCH] proposed message degrade in ATC code

2004-07-23 Thread Jim Wilson
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.cxx23 Jan 2004 17:18:25 -  1.11
+++ src/ATC/ATCutils.cxx23 Jul 2004 17:39:07 -
@@ -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


Re: [Flightgear-devel] [PATCH] proposed message degrade in ATC code

2004-07-23 Thread Erik Hofman
Jim Wilson wrote:
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.
Good idea, it's committed.
Erik
___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel