From 9b0ce5ae6769ed4fa5f2c8d86658c5c18d51dddc Mon Sep 17 00:00:00 2001 From: brectanus Date: Mon, 17 Dec 2007 05:43:49 +0000 Subject: [PATCH] Move an extraneous debug log line from level 4 to level 9. --- apache2/apache2_io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache2/apache2_io.c b/apache2/apache2_io.c index 2bb85e49..3e284fcd 100644 --- a/apache2/apache2_io.c +++ b/apache2/apache2_io.c @@ -489,8 +489,8 @@ apr_status_t output_filter(ap_filter_t *f, apr_bucket_brigade *bb_in) { msr->r = r; - if (msr->txcfg->debuglog_level >= 4) { - msr_log(msr, 4, "Output filter: Receiving output (f %pp, r %pp).", f, f->r); + if (msr->txcfg->debuglog_level >= 9) { + msr_log(msr, 9, "Output filter: Receiving output (f %pp, r %pp).", f, f->r); } /* Initialise on first invocation */