mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Lua::run: Move logging of str
parameter to higher log level.
This commit is contained in:
@@ -185,7 +185,7 @@ int Lua::run(Transaction *t, const std::string &str) {
|
|||||||
|
|
||||||
lua_getglobal(L, "main");
|
lua_getglobal(L, "main");
|
||||||
|
|
||||||
ms_dbg_a(t, 1, str);
|
ms_dbg_a(t, 9, str);
|
||||||
|
|
||||||
/* Put the parameter on the stack. */
|
/* Put the parameter on the stack. */
|
||||||
if (!str.empty() ) {
|
if (!str.empty() ) {
|
||||||
|
Reference in New Issue
Block a user