Author: cazfi
Date: Thu Nov 19 17:56:02 2015
New Revision: 30686

URL: http://svn.gna.org/viewcvs/freeciv?rev=30686&view=rev
Log:
Server prints to the console which port it's listening.

Requested by Jacob Nevins <jtn>

See bug #24073

Modified:
    trunk/server/srv_main.c

Modified: trunk/server/srv_main.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/srv_main.c?rev=30686&r1=30685&r2=30686&view=diff
==============================================================================
--- trunk/server/srv_main.c     (original)
+++ trunk/server/srv_main.c     Thu Nov 19 17:56:02 2015
@@ -3250,7 +3250,7 @@
       event_cache_clear();
     }
 
-    log_normal(_("Now accepting new client connections."));
+    log_normal(_("Now accepting new client connections on port %d"), 
srvarg.port);
     /* Remain in S_S_INITIAL until all players are ready. */
     while (S_E_FORCE_END_OF_SNIFF != server_sniff_all_input()) {
       /* When force_end_of_sniff is used in pregame, it means that the server


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to