Author: esr
Date: Thu Oct 23 06:43:05 2008
New Revision: 30328
URL: http://svn.gna.org/viewcvs/wesnoth?rev=30328&view=rev
Log:
Suppress another annoying progress message.
Modified:
trunk/src/ai_move.cpp
Modified: trunk/src/ai_move.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/ai_move.cpp?rev=30328&r1=30327&r2=30328&view=diff
==============================================================================
--- trunk/src/ai_move.cpp (original)
+++ trunk/src/ai_move.cpp Thu Oct 23 06:43:05 2008
@@ -158,7 +158,7 @@
if(get_village) {
double value = current_team().village_value();
value *= 1.0 -
static_cast<double>(distance_between(*t,leader->first))/corner_distance;
- DBG_AI << "found village target... " << *t << "
with value: " << value << " distance: " <<
static_cast<double>(distance_between(*t,leader->first)) << "\n";
+ LOG_AI << "found village target... " << *t << "
with value: " << value << " distance: " <<
static_cast<double>(distance_between(*t,leader->first)) << "\n";
targets.push_back(target(*t,value,target::VILLAGE));
}
}
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits