1
0
Fork 0

Reduce the log-level of the airport not found

message.
This commit is contained in:
ehofman 2004-07-23 18:58:42 +00:00
parent 1a87ef23f5
commit 009afccb37

View file

@ -315,7 +315,7 @@ bool dclFindAirportID( const string& id, FGAirport *a ) {
result = globals->get_airports()->search( id ); result = globals->get_airports()->search( id );
if ( result.id.empty() ) { if ( result.id.empty() ) {
SG_LOG( SG_GENERAL, SG_ALERT, SG_LOG( SG_GENERAL, SG_WARN,
"Failed to find " << id << " in basic.dat.gz" ); "Failed to find " << id << " in basic.dat.gz" );
return false; return false;
} }