Reduce the log-level of the airport not found
message.
This commit is contained in:
parent
1a87ef23f5
commit
009afccb37
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue