]> granicus.if.org Git - apache/commitdiff
that's not really an error condition, so make the message APLOG_DEBUG.
authorAndré Malo <nd@apache.org>
Sat, 3 Jul 2004 17:41:09 +0000 (17:41 +0000)
committerAndré Malo <nd@apache.org>
Sat, 3 Jul 2004 17:41:09 +0000 (17:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104155 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_deflate.c

index f19f01270214f1d410ab9f04e8ed1cf9bed29906..1f1f9c80216cd5fad0a5ecddb0ecb87fead803a3 100644 (file)
@@ -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) ;