Author: ilor
Date: Tue May 27 21:37:07 2008
New Revision: 26890

URL: http://svn.gna.org/viewcvs/wesnoth?rev=26890&view=rev
Log:
changed std::cerr to LOG_NG

Modified:
    trunk/src/playsingle_controller.cpp

Modified: trunk/src/playsingle_controller.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/playsingle_controller.cpp?rev=26890&r1=26889&r2=26890&view=diff
==============================================================================
--- trunk/src/playsingle_controller.cpp (original)
+++ trunk/src/playsingle_controller.cpp Tue May 27 21:37:07 2008
@@ -44,7 +44,7 @@
        // game may need to start in linger mode
        if (state_of_game.completion == "victory" || state_of_game.completion 
== "defeat")
        {
-               std::cerr << "Setting linger mode.\n";
+               LOG_NG << "Setting linger mode.\n";
                browse_ = linger_ = true;
        }
 }


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

Reply via email to