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

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

[Wesnoth-cvs-commits] wesnoth/src/serialization parser.cpp


From: Guillaume Melquiond
Subject: [Wesnoth-cvs-commits] wesnoth/src/serialization parser.cpp
Date: Thu, 24 Mar 2005 14:56:34 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Guillaume Melquiond <address@hidden>    05/03/24 19:56:34

Modified files:
        src/serialization: parser.cpp 

Log message:
        Fix log level.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/serialization/parser.cpp.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: wesnoth/src/serialization/parser.cpp
diff -u wesnoth/src/serialization/parser.cpp:1.4 
wesnoth/src/serialization/parser.cpp:1.5
--- wesnoth/src/serialization/parser.cpp:1.4    Thu Mar 10 20:59:20 2005
+++ wesnoth/src/serialization/parser.cpp        Thu Mar 24 19:56:33 2005
@@ -1,4 +1,4 @@
-/* $Id: parser.cpp,v 1.4 2005/03/10 20:59:20 ydirson Exp $ */
+/* $Id: parser.cpp,v 1.5 2005/03/24 19:56:33 silene Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Copyright (C) 2005 by Guillaume Melquiond <address@hidden>
@@ -216,9 +216,9 @@
                                if(c == '[' && in_quotes) {
                                        if(line_sources != NULL) {
                                                const line_source src = 
get_line_source(*line_sources,line);
-                                               LOG_CF << src.file << " " << 
src.fileline << ": ";
+                                               WRN_CF << src.file << " " << 
src.fileline << ": ";
                                        } else {
-                                               LOG_CF << "line " << line << ": 
";
+                                               WRN_CF << "line " << line << ": 
";
                                        }
 
                                        WRN_CF << "square bracket found in 
string. Is this a run-away string?\n";




reply via email to

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