mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
Move an extraneous debug log line from level 4 to level 9.
This commit is contained in:
parent
8a1687bf36
commit
9b0ce5ae67
@ -489,8 +489,8 @@ apr_status_t output_filter(ap_filter_t *f, apr_bucket_brigade *bb_in) {
|
|||||||
|
|
||||||
msr->r = r;
|
msr->r = r;
|
||||||
|
|
||||||
if (msr->txcfg->debuglog_level >= 4) {
|
if (msr->txcfg->debuglog_level >= 9) {
|
||||||
msr_log(msr, 4, "Output filter: Receiving output (f %pp, r %pp).", f, f->r);
|
msr_log(msr, 9, "Output filter: Receiving output (f %pp, r %pp).", f, f->r);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Initialise on first invocation */
|
/* Initialise on first invocation */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user