From: André Malo Date: Sat, 3 Jul 2004 17:41:09 +0000 (+0000) Subject: that's not really an error condition, so make the message APLOG_DEBUG. X-Git-Tag: pre_ajp_proxy~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=373b83ce9d7d44666f88660294f5569977fac73b;p=apache 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 --- 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) ;