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

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

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


From: Guillaume Melquiond
Subject: [Wesnoth-cvs-commits] wesnoth/src playlevel.cpp
Date: Sat, 04 Dec 2004 10:11:56 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Guillaume Melquiond <address@hidden>    04/12/04 15:05:32

Modified files:
        src            : playlevel.cpp 

Log message:
        Switched to new logging system.

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

Patches:
Index: wesnoth/src/playlevel.cpp
diff -u wesnoth/src/playlevel.cpp:1.164 wesnoth/src/playlevel.cpp:1.165
--- wesnoth/src/playlevel.cpp:1.164     Sat Dec  4 15:02:09 2004
+++ wesnoth/src/playlevel.cpp   Sat Dec  4 15:05:32 2004
@@ -1,4 +1,4 @@
-/* $Id: playlevel.cpp,v 1.164 2004/12/04 15:02:09 silene Exp $ */
+/* $Id: playlevel.cpp,v 1.165 2004/12/04 15:05:32 silene Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -325,7 +325,7 @@
                LOG_NG << "Adding recruitable units: \n";
                for (std::set<std::string>::const_iterator it = 
recruitable.begin();
                         it != recruitable.end(); it++) {
-                       std::cout << *it << std::endl;
+                       LOG_NG << *it << std::endl;
                }
                LOG_NG << "Added all recruitable units\n";
                std::copy(recruitable.begin(), recruitable.end(), 




reply via email to

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