]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/props.cxx
Merge branch 'merge-requests/1555' into next
[flightgear.git] / src / Network / props.cxx
index 5b9eb7a1a64f6b5ad9577e1fa10699feb1399208..ac1b6ee9702633f1d166d45e19ab3b05f9a6b6b7 100644 (file)
@@ -36,6 +36,7 @@
 
 #include <sstream>
 #include <iostream>
+#include <errno.h>
 
 #include <Main/globals.hxx>
 #include <Main/viewmgr.hxx>
@@ -449,6 +450,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 );
 }
 
 /**