wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src filesystem.cpp


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth/src filesystem.cpp
Date: Thu, 27 Jan 2005 17:20:41 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <address@hidden>    05/01/27 22:20:41

Modified files:
        src            : filesystem.cpp 

Log message:
        more possibly-helpful logs

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/filesystem.cpp.diff?tr1=1.57&tr2=1.58&r1=text&r2=text

Patches:
Index: wesnoth/src/filesystem.cpp
diff -u wesnoth/src/filesystem.cpp:1.57 wesnoth/src/filesystem.cpp:1.58
--- wesnoth/src/filesystem.cpp:1.57     Sat Jan  8 21:12:38 2005
+++ wesnoth/src/filesystem.cpp  Thu Jan 27 22:20:41 2005
@@ -1,4 +1,4 @@
-/* $Id: filesystem.cpp,v 1.57 2005/01/08 21:12:38 ydirson Exp $ */
+/* $Id: filesystem.cpp,v 1.58 2005/01/27 22:20:41 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -103,12 +103,14 @@
 {
 #ifdef USE_ZIPIOS
        if (!get_user_data_dir().empty()) {
+               LOG_G << "looking at dir " << get_user_data_dir() << "\n";
                zipios::DirectoryCollection dir(get_user_data_dir());
                LOG_G << "user collection has " << dir.size() << " elements\n";
                the_collection.addCollection(dir);
                register_zipdir(get_user_data_dir());
        }
        if (!game_config::path.empty()) {
+               LOG_G << "looking at dir " << game_config::path << "\n";
                zipios::DirectoryCollection dir(game_config::path);
                LOG_G << "system collection has " << dir.size() << " 
elements\n";
                the_collection.addCollection(dir);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]