Author: shadowmaster
Date: Tue Mar 24 13:19:57 2009
New Revision: 34082

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34082&view=rev
Log:
Writing through the lg::wml log domain isn't equivalent to putting stuff
at the end of the lg::wml_error stringstream... why label a commit like
part of a different refactoring task if it also has these unrelated
side-effects?

Modified:
    trunk/src/intro.cpp

Modified: trunk/src/intro.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/intro.cpp?rev=34082&r1=34081&r2=34082&view=diff
==============================================================================
--- trunk/src/intro.cpp (original)
+++ trunk/src/intro.cpp Tue Mar 24 13:19:57 2009
@@ -39,7 +39,7 @@
        {
                const std::string &msg = child["message"];
                if (msg.empty()) continue;
-               LOG_STREAM(err, wml) << msg << '\n';
+               lg::wml_error << msg << '\n';
        }
 }
 


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

Reply via email to