From 373b83ce9d7d44666f88660294f5569977fac73b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sat, 3 Jul 2004 17:41:09 +0000 Subject: [PATCH] that's not really an error condition, so make the message APLOG_DEBUG. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104155 13f79535-47bb-0310-9956-ffa450edef68 --- modules/filters/mod_deflate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/filters/mod_deflate.c b/modules/filters/mod_deflate.c index f19f012702..1f1f9c8021 100644 --- a/modules/filters/mod_deflate.c +++ b/modules/filters/mod_deflate.c @@ -1005,7 +1005,7 @@ static apr_status_t inflate_out_filter(ap_filter_t *f, zlib_method = data[2] ; zlib_flags = data[3] ; if ( zlib_method != Z_DEFLATED ) { - ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, + ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, "inflate: data not deflated!") ; ap_remove_output_filter(f) ; return ap_pass_brigade(f->next, bb) ; -- 2.50.1