Merge pull request #3240 from frozenice/patch-1

Lua::run: Move logging of `str` parameter to higher log level.
This commit is contained in:
Ervin Hegedus
2024-08-28 14:36:36 +02:00
committed by GitHub

View File

@@ -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() ) {