Author: sapient
Date: Tue Mar 24 23:12:30 2009
New Revision: 34109

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34109&view=rev
Log:
typo: 'err' logstream

Modified:
    trunk/src/scripting/lua.cpp

Modified: trunk/src/scripting/lua.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/scripting/lua.cpp?rev=34109&r1=34108&r2=34109&view=diff
==============================================================================
--- trunk/src/scripting/lua.cpp (original)
+++ trunk/src/scripting/lua.cpp Tue Mar 24 23:12:30 2009
@@ -25,7 +25,7 @@
 #ifdef DISABLE_LUA
 #include "log.hpp"
 #include "scripting/lua.hpp"
-LuaKernel::LuaKernel() {LOG_STREAM(error, lua) << "Lua support disabled in 
this build";}
+LuaKernel::LuaKernel() {LOG_STREAM(err, lua) << "Lua support disabled in this 
build";}
 LuaKernel::~LuaKernel() {}
 void LuaKernel::run_event(vconfig const &cfg, game_events::queued_event const 
&ev,
        game_events::event_handler *handler, unit_map *units) {}


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to