CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <[EMAIL PROTECTED]> 05/01/08 21:06:09
Modified files:
src : filesystem.cpp
Log message:
use logging system instead of commenting out debug messages
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/filesystem.cpp.diff?tr1=1.55&tr2=1.56&r1=text&r2=text
Patches:
Index: wesnoth/src/filesystem.cpp
diff -u wesnoth/src/filesystem.cpp:1.55 wesnoth/src/filesystem.cpp:1.56
--- wesnoth/src/filesystem.cpp:1.55 Sat Jan 8 14:18:35 2005
+++ wesnoth/src/filesystem.cpp Sat Jan 8 21:06:09 2005
@@ -1,4 +1,4 @@
-/* $Id: filesystem.cpp,v 1.55 2005/01/08 14:18:35 ydirson Exp $ */
+/* $Id: filesystem.cpp,v 1.56 2005/01/08 21:06:09 ydirson Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -467,7 +467,7 @@
{
//if we have a path to the data,
//convert any filepath which is relative
- //std::cerr << "Reading " << fname << "\n";
+ LOG_G << "Reading " << fname << "\n";
#ifdef USE_ZIPIOS
if(!fname.empty() && fname[0] != '/') {
zipios::ConstEntryPointer p = the_collection.getEntry(fname);