From 547fb796830351743068cef77fd3872b81dcd7df Mon Sep 17 00:00:00 2001 From: philipp schoenberger Date: Tue, 18 Aug 2015 12:50:55 +0200 Subject: [PATCH] add port info on startup --- lwrserv/SvrHandling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {