diff --git a/lwrserv/SvrHandling.cpp b/lwrserv/SvrHandling.cpp index fe8ecff..947056a 100755 --- a/lwrserv/SvrHandling.cpp +++ b/lwrserv/SvrHandling.cpp @@ -329,7 +329,7 @@ void SvrHandling::run() void SvrHandling::run(int port) { - cout << timestamp() + "Starting " << SVR_NAME << "\n"; + cout << timestamp() + "Starting " << SVR_NAME << " on port "<< port <<"\n"; port = SVR_DEFAULT_PORT; while (c_state !=done) {