Author: esr
Date: Thu Oct 23 06:18:36 2008
New Revision: 30325

URL: http://svn.gna.org/viewcvs/wesnoth?rev=30325&view=rev
Log:
Supress annoying message to stderr.

Modified:
    trunk/src/filesystem.cpp

Modified: trunk/src/filesystem.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/filesystem.cpp?rev=30325&r1=30324&r2=30325&view=diff
==============================================================================
--- trunk/src/filesystem.cpp (original)
+++ trunk/src/filesystem.cpp Thu Oct 23 06:18:36 2008
@@ -1022,9 +1022,9 @@
 
 scoped_istream::~scoped_istream()
 {
-       std::cerr << "deleting stream";
+       DBG_FS <<"deleting stream";
        delete stream;
-       std::cerr << " ok\n";
+       DBG_FS << " ok\n";
 }
 
 scoped_ostream& scoped_ostream::operator=(std::ostream *s)


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

Reply via email to