1
0
Fork 0

#346 related: missing status message for property server

Provide same start-up status message as for other protocols.
This commit is contained in:
ThorstenB 2011-06-20 22:50:07 +02:00
parent fac1525fde
commit cd20c6073c

View 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 );
}
/**