Fix a typo
This commit is contained in:
parent
254dc934d1
commit
076e9878d1
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ static bool fgSetPosFromAirportIDandRwy( const string& id, const string& rwy ) {
|
||||||
|
|
||||||
SG_LOG( SG_GENERAL, SG_INFO,
|
SG_LOG( SG_GENERAL, SG_INFO,
|
||||||
"Attempting to set starting position for "
|
"Attempting to set starting position for "
|
||||||
<< id << ":" << runway );
|
<< id << ":" << rwy );
|
||||||
|
|
||||||
if ( ! runways.search( id, rwy, &r ) ) {
|
if ( ! runways.search( id, rwy, &r ) ) {
|
||||||
SG_LOG( SG_GENERAL, SG_ALERT,
|
SG_LOG( SG_GENERAL, SG_ALERT,
|
||||||
|
|
Loading…
Reference in a new issue