mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Merge pull request #3240 from frozenice/patch-1
Lua::run: Move logging of `str` parameter to higher log level.
This commit is contained in:
commit
9403cf6f5d
@ -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() ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user