make clear that "Failed to find runway ..." doesn't have fatal consequences
This commit is contained in:
parent
a6661b43e0
commit
8de07e024e
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue