]> git.mxchange.org Git - flightgear.git/commitdiff
#346 related: missing status message for property server
authorThorstenB <brehmt@gmail.com>
Mon, 20 Jun 2011 20:50:07 +0000 (22:50 +0200)
committerThorstenB <brehmt@gmail.com>
Mon, 20 Jun 2011 20:50:07 +0000 (22:50 +0200)
Provide same start-up status message as for other protocols.

src/Network/props.cxx

index 5b9eb7a1a64f6b5ad9577e1fa10699feb1399208..10befcab8895587ae7613c94dc659ad9004bcf2b 100644 (file)
@@ -449,6 +449,7 @@ FGProps::FGProps( const vector<string>& tokens )
     } else {
         throw FGProtocolConfigError( "FGProps: incorrect number of configuration arguments" );
     }
+    printf( "Property server started on port %d\n", port );
 }
 
 /**