Author: sveinung
Date: Thu Aug 20 15:42:39 2015
New Revision: 29614

URL: http://svn.gna.org/viewcvs/freeciv?rev=29614&view=rev
Log:
Tell what action had a broken enabler

See patch #6260

Modified:
    branches/S2_6/server/rssanity.c

Modified: branches/S2_6/server/rssanity.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/server/rssanity.c?rev=29614&r1=29613&r2=29614&view=diff
==============================================================================
--- branches/S2_6/server/rssanity.c     (original)
+++ branches/S2_6/server/rssanity.c     Thu Aug 20 15:42:39 2015
@@ -782,7 +782,8 @@
           || !sanity_check_req_vec(&(enabler->target_reqs), TRUE, -1,
                                    "Action Enabler Target Reqs")) {
         ruleset_error(LOG_ERROR,
-                      "Action Enablers have conflicting or invalid 
requirements!");
+                      "Action enabler for %s has conflicting or invalid "
+                      "requirements!", action_get_rule_name(act));
         ok = FALSE;
       }
     } action_enabler_list_iterate_end;


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

Reply via email to