Author: shadowmaster
Date: Tue Dec  9 00:46:28 2008
New Revision: 31388

URL: http://svn.gna.org/viewcvs/wesnoth?rev=31388&view=rev
Log:
Reduce severity of "player not found when trying to recall!", since it
seems to be just a spurious message caused by sides without recall
lists (most AI sides).

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=31388&r1=31387&r2=31388&view=diff
==============================================================================
--- trunk/src/game_events.cpp (original)
+++ trunk/src/game_events.cpp Tue Dec  9 00:46:28 2008
@@ -1770,7 +1770,7 @@
                        player_info* const player = 
state_of_game->get_player(player_id);
 
                        if(player == NULL) {
-                               ERR_NG << "player not found when trying to 
recall!\n"
+                               WRN_NG << "player not found when trying to 
recall!\n"
                                           << "player_id: " << player_id << " 
index: " << index << "\n";
                                continue;
                        }


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to