Author: cazfi
Date: Tue May 17 23:20:14 2016
New Revision: 32740

URL: http://svn.gna.org/viewcvs/freeciv?rev=32740&view=rev
Log:
Replaced log_error() call in freeciv-modpack commandline parameter with 
fc_fprintf(stderr ...)
since logging is not initialized yet at that point.

See bug #24637

Modified:
    branches/S2_6/tools/civmanual.c

Modified: branches/S2_6/tools/civmanual.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/tools/civmanual.c?rev=32740&r1=32739&r2=32740&view=diff
==============================================================================
--- branches/S2_6/tools/civmanual.c     (original)
+++ branches/S2_6/tools/civmanual.c     Tue May 17 23:20:14 2016
@@ -565,7 +565,7 @@
   while (inx < argc) {
     if ((option = get_option_malloc("--ruleset", argv, &inx, argc))) {
       if (ruleset != NULL) {
-        log_error(_("Multiple rulesets requested. Only one ruleset at time 
supported"));
+        fc_fprintf(stderr, _("Multiple rulesets requested. Only one ruleset at 
time supported.\n"));
         free(option);
       } else {
         ruleset = option;


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

Reply via email to