1
0
Fork 0

make clear that "Failed to find runway ..." doesn't have fatal consequences

This commit is contained in:
mfranz 2006-07-01 16:00:27 +00:00
parent a6661b43e0
commit 8de07e024e

View file

@ -778,7 +778,7 @@ static bool fgSetPosFromAirportIDandRwy( const string& id, const string& rwy, bo
if ( ! globals->get_runways()->search( id, rwy, &r ) ) {
SG_LOG( SG_GENERAL, rwy_req ? SG_ALERT : SG_INFO,
"Failed to find runway " << rwy <<
" at airport " << id );
" at airport " << id << ". Using default runway." );
return false;
}
} else {