[Freeciv-commits] r29147 - /branches/S2_6/server/settings.c

2015-06-01 Thread 0jacobnk . gna
Author: jtn
Date: Tue Jun  2 00:46:00 2015
New Revision: 29147

URL: http://svn.gna.org/viewcvs/freeciv?rev=29147view=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=29147r1=29146r2=29147view=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


[Freeciv-commits] r29148 - /branches/S2_5/server/settings.c

2015-06-01 Thread 0jacobnk . gna
Author: jtn
Date: Tue Jun  2 00:46:58 2015
New Revision: 29148

URL: http://svn.gna.org/viewcvs/freeciv?rev=29148view=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_5/server/settings.c

Modified: branches/S2_5/server/settings.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/server/settings.c?rev=29148r1=29147r2=29148view=diff
==
--- branches/S2_5/server/settings.c (original)
+++ branches/S2_5/server/settings.c Tue Jun  2 00:46:58 2015
@@ -508,6 +508,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