Skip to content

Commit

Permalink
Merge pull request #3240 from frozenice/patch-1
Browse files Browse the repository at this point in the history
Lua::run: Move logging of `str` parameter to higher log level.
  • Loading branch information
airween authored Aug 28, 2024
2 parents 9148668 + 315b3d6 commit 9403cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/lua.cc
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ int Lua::run(Transaction *t, const std::string &str) {

lua_getglobal(L, "main");

ms_dbg_a(t, 1, str);
ms_dbg_a(t, 9, str);

/* Put the parameter on the stack. */
if (!str.empty() ) {
Expand Down

0 comments on commit 9403cf6

Please sign in to comment.