Skip to content

Commit 9403cf6

Browse files
authored
Merge pull request #3240 from frozenice/patch-1
Lua::run: Move logging of `str` parameter to higher log level.
2 parents 9148668 + 315b3d6 commit 9403cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/lua.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ int Lua::run(Transaction *t, const std::string &str) {
185185

186186
lua_getglobal(L, "main");
187187

188-
ms_dbg_a(t, 1, str);
188+
ms_dbg_a(t, 9, str);
189189

190190
/* Put the parameter on the stack. */
191191
if (!str.empty() ) {

0 commit comments

Comments
 (0)