Lua::run: Move logging of str parameter to higher log level.

This commit is contained in:
David Kirstein 2024-08-26 08:38:48 +02:00 committed by GitHub
parent 752ab76238
commit 315b3d6e77
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() ) {