From: ThorstenB Date: Mon, 20 Jun 2011 20:50:07 +0000 (+0200) Subject: #346 related: missing status message for property server X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cd20c6073c8f4341d0f82070abae14b765cc8630;p=flightgear.git #346 related: missing status message for property server Provide same start-up status message as for other protocols. --- diff --git a/src/Network/props.cxx b/src/Network/props.cxx index 5b9eb7a1a..10befcab8 100644 --- a/src/Network/props.cxx +++ b/src/Network/props.cxx @@ -449,6 +449,7 @@ FGProps::FGProps( const vector& tokens ) } else { throw FGProtocolConfigError( "FGProps: incorrect number of configuration arguments" ); } + printf( "Property server started on port %d\n", port ); } /**