mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
Lua::run: Move logging of str
parameter to higher log level.
This commit is contained in:
parent
752ab76238
commit
315b3d6e77
@ -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() ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user