Author: cazfi
Date: Thu Nov 19 17:56:08 2015
New Revision: 30687

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

Requested by Jacob Nevins <jtn>

See bug #24073

Modified:
    branches/S2_6/server/srv_main.c

Modified: branches/S2_6/server/srv_main.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/server/srv_main.c?rev=30687&r1=30686&r2=30687&view=diff
==============================================================================
--- branches/S2_6/server/srv_main.c     (original)
+++ branches/S2_6/server/srv_main.c     Thu Nov 19 17:56:08 2015
@@ -3154,7 +3154,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