Author: cazfi
Date: Tue May 17 23:20:09 2016
New Revision: 32739

URL: http://svn.gna.org/viewcvs/freeciv?rev=32739&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:
    trunk/tools/civmanual.c

Modified: trunk/tools/civmanual.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/tools/civmanual.c?rev=32739&r1=32738&r2=32739&view=diff
==============================================================================
--- trunk/tools/civmanual.c     (original)
+++ trunk/tools/civmanual.c     Tue May 17 23:20:09 2016
@@ -608,7 +608,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