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
commit 9403cf6f5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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