CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Guillaume Melquiond <[EMAIL PROTECTED]> 05/03/25 15:43:43
Modified files:
src : language.cpp
Log message:
Fix logging message.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/language.cpp.diff?tr1=1.78&tr2=1.79&r1=text&r2=text
Patches:
Index: wesnoth/src/language.cpp
diff -u wesnoth/src/language.cpp:1.78 wesnoth/src/language.cpp:1.79
--- wesnoth/src/language.cpp:1.78 Tue Mar 15 22:13:34 2005
+++ wesnoth/src/language.cpp Fri Mar 25 15:43:42 2005
@@ -1,4 +1,4 @@
-/* $Id: language.cpp,v 1.78 2005/03/15 22:13:34 gruikya Exp $ */
+/* $Id: language.cpp,v 1.79 2005/03/25 15:43:42 silene Exp $ */
/* vim:set encoding=utf-8: */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
@@ -166,7 +166,7 @@
config* langp = cfg.child("language");
if (langp == NULL) {
- std::cerr << "No [language] block found in english.cfg";
+ std::cerr << "No [language] block found in english.cfg\n";
return false;
}