Author: anonymissimus
Date: Mon Feb 28 21:05:45 2011
New Revision: 48682
URL: http://svn.gna.org/viewcvs/wesnoth?rev=48682&view=rev
Log:
Changed a log domain to make [recall] shut up about "recall list is empty when
trying to recall" messages. These aren't helpful for the wml author. [recall]
is often used even though the unit isn't supposed to be there.
Modified:
trunk/src/game_events.cpp
Modified: trunk/src/game_events.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game_events.cpp?rev=48682&r1=48681&r2=48682&view=diff
==============================================================================
--- trunk/src/game_events.cpp (original)
+++ trunk/src/game_events.cpp Mon Feb 28 21:05:45 2011
@@ -1672,7 +1672,7 @@
const std::string player_id =
(*resources::teams)[index].save_id();
if((*resources::teams)[index].recall_list().size() < 1) {
- WRN_NG << "recall list is empty when trying to
recall!\n"
+ DBG_NG << "recall list is empty when trying to
recall!\n"
<< "player_id: " << player_id << " side: "
<< index+1 << "\n";
continue;
}
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits