CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Guillaume Melquiond <[EMAIL PROTECTED]> 05/04/09 19:10:23
Modified files:
src : playturn.cpp
Log message:
Missing linebreak.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/playturn.cpp.diff?tr1=1.355&tr2=1.356&r1=text&r2=text
Patches:
Index: wesnoth/src/playturn.cpp
diff -u wesnoth/src/playturn.cpp:1.355 wesnoth/src/playturn.cpp:1.356
--- wesnoth/src/playturn.cpp:1.355 Wed Apr 6 21:39:46 2005
+++ wesnoth/src/playturn.cpp Sat Apr 9 19:10:23 2005
@@ -1,4 +1,4 @@
-/* $Id: playturn.cpp,v 1.355 2005/04/06 21:39:46 Sirp Exp $ */
+/* $Id: playturn.cpp,v 1.356 2005/04/09 19:10:23 silene Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -1765,7 +1765,7 @@
const std::map<std::string,unit_type>::const_iterator
u_type = gameinfo_.unit_types.find(*it);
if(u_type == gameinfo_.unit_types.end()) {
- LOG_STREAM(err, engine) << "could not find unit '" <<
*it << "'";
+ LOG_STREAM(err, engine) << "could not find unit '" <<
*it << "'\n";
return;
}