Merge branch 'master' of github.com:wesnoth/wesnoth

This commit is contained in:
Charles Dang 2015-04-30 15:16:23 +11:00
commit 972fe21cac

View file

@ -94,6 +94,9 @@ int lua_kernel_base::intf_print(lua_State* L)
if (!str) {
str = "";
}
if (i > 1) {
cmd_log_ << "\t"; //separate multiple args with tab character
}
cmd_log_ << str;
DBG_LUA << "'" << str << "'\n";
}