Author: jtn
Date: Tue Jun  2 00:46:00 2015
New Revision: 29147

URL: http://svn.gna.org/viewcvs/freeciv?rev=29147&view=rev
Log:
Log reason for failure to reach aifill level to server console as well
as sending to clients.

See gna bug #23621.

Modified:
    branches/S2_6/server/settings.c

Modified: branches/S2_6/server/settings.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/server/settings.c?rev=29147&r1=29146&r2=29147&view=diff
==============================================================================
--- branches/S2_6/server/settings.c     (original)
+++ branches/S2_6/server/settings.c     Tue Jun  2 00:46:00 2015
@@ -578,6 +578,7 @@
 {
   const char *msg = aifill(*pset->integer.pvalue);
   if (msg) {
+    log_normal(_("Warning: aifill not met: %s."), msg);
     notify_conn(NULL, NULL, E_SETTING, ftc_server,
                 _("Warning: aifill not met: %s."), msg);
   }


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

Reply via email to