From cvs-return-19354-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Sat Jul 03 17:41:28 2004 Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 85921 invoked from network); 3 Jul 2004 17:41:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Jul 2004 17:41:28 -0000 Received: (qmail 15704 invoked by uid 500); 3 Jul 2004 17:41:28 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 15511 invoked by uid 500); 3 Jul 2004 17:41:23 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 15438 invoked by uid 500); 3 Jul 2004 17:41:21 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 15255 invoked by uid 99); 3 Jul 2004 17:41:15 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Sat, 03 Jul 2004 10:41:14 -0700 Received: (qmail 85855 invoked by uid 1569); 3 Jul 2004 17:41:09 -0000 Date: 3 Jul 2004 17:41:09 -0000 Message-ID: <20040703174109.85854.qmail@minotaur.apache.org> From: nd@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/filters mod_deflate.c X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N nd 2004/07/03 10:41:09 Modified: modules/filters mod_deflate.c Log: that's not really an error condition, so make the message APLOG_DEBUG. Revision Changes Path 1.52 +1 -1 httpd-2.0/modules/filters/mod_deflate.c Index: mod_deflate.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/filters/mod_deflate.c,v retrieving revision 1.51 retrieving revision 1.52 diff -u -u -r1.51 -r1.52 --- mod_deflate.c 25 Jun 2004 03:44:29 -0000 1.51 +++ mod_deflate.c 3 Jul 2004 17:41:09 -0000 1.52 @@ -1005,7 +1005,7 @@ 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) ;