From cd20c6073c8f4341d0f82070abae14b765cc8630 Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Mon, 20 Jun 2011 22:50:07 +0200 Subject: [PATCH] #346 related: missing status message for property server Provide same start-up status message as for other protocols. --- src/Network/props.cxx | 1 + 1 file changed, 1 insertion(+) 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 ); } /** -- 2.39.5