]> git.mxchange.org Git - flightgear.git/commitdiff
Fix a typo
authorehofman <ehofman>
Thu, 20 Mar 2003 22:31:25 +0000 (22:31 +0000)
committerehofman <ehofman>
Thu, 20 Mar 2003 22:31:25 +0000 (22:31 +0000)
src/Main/fg_init.cxx

index 9c77d4569606b874e99188c43e870b58880f49dd..34d1345c075e33bcd0a6db1de9b22991ddcafc89 100644 (file)
@@ -739,7 +739,7 @@ static bool fgSetPosFromAirportIDandRwy( const string& id, const string& rwy ) {
 
         SG_LOG( SG_GENERAL, SG_INFO,
                 "Attempting to set starting position for "
-                << id << ":" << runway );
+                << id << ":" << rwy );
 
         if ( ! runways.search( id, rwy, &r ) ) {
             SG_LOG( SG_GENERAL, SG_ALERT,