@ -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)