mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Moved XML request body processor error to debug level 1.
This commit is contained in:
parent
5898e9e116
commit
25fb1b2629
@ -249,7 +249,7 @@ apr_status_t modsecurity_request_body_store(modsec_rec *msr,
|
||||
if (xml_process_chunk(msr, data, length, &my_error_msg) < 0) {
|
||||
msr->msc_reqbody_error = 1;
|
||||
msr->msc_reqbody_error_msg = my_error_msg;
|
||||
msr_log(msr, 4, "Request body processor error: %s", my_error_msg);
|
||||
msr_log(msr, 1, "Request body processor error: %s", my_error_msg);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user