#346 related: missing status message for property server
Provide same start-up status message as for other protocols.
This commit is contained in:
parent
fac1525fde
commit
cd20c6073c
1 changed files with 1 additions and 0 deletions
|
@ -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 );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue