Complete.Org: Mailing Lists: Archives: freeciv-dev: March 2005:
[Freeciv-Dev] (PR#12592) [Patch] Remove errorlog from non-error situatio
Home

[Freeciv-Dev] (PR#12592) [Patch] Remove errorlog from non-error situatio

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#12592) [Patch] Remove errorlog from non-error situation
From: "Marko Lindqvist" <marko.lindqvist@xxxxxxxxxxx>
Date: Tue, 22 Mar 2005 12:18:07 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12592 >


  - ML


diff -Nurd -X.diff_ignore freeciv/ai/aiunit.c freeciv/ai/aiunit.c
--- freeciv/ai/aiunit.c 2005-03-22 01:16:37.796875000 +0200
+++ freeciv/ai/aiunit.c 2005-03-22 21:15:06.093750000 +0200
@@ -1260,8 +1260,8 @@
   }
 
   if (attack_value == 0) {
-    /* A very poor attacker... */
-    UNIT_LOG(LOG_ERROR, punit, "non-attacker passed to fstk");
+    /* A very poor attacker...
+     *  probably low on HP */
     return 0;
   }
 

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#12592) [Patch] Remove errorlog from non-error situation, Marko Lindqvist <=