Skip to content

Commit

Permalink
Lua::run: Move logging of str parameter to higher log level.
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenice authored Aug 26, 2024
1 parent 752ab76 commit 315b3d6
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 315b3d6

Please sign in to comment.