Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 40609 invoked by uid 500); 3 Dec 2002 22:51:07 -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 40596 invoked by uid 500); 3 Dec 2002 22:51:07 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 3 Dec 2002 22:51:06 -0000 Message-ID: <20021203225106.96012.qmail@icarus.apache.org> From: stoddard@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/experimental mod_cache.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N stoddard 2002/12/03 14:51:06 Modified: modules/experimental mod_cache.c Log: Less verbose debug message Revision Changes Path 1.66 +1 -1 httpd-2.0/modules/experimental/mod_cache.c Index: mod_cache.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/experimental/mod_cache.c,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- mod_cache.c 25 Nov 2002 17:40:23 -0000 1.65 +++ mod_cache.c 3 Dec 2002 22:51:06 -0000 1.66 @@ -363,7 +363,7 @@ ap_remove_output_filter(f); ap_log_error(APLOG_MARK, APLOG_DEBUG, APR_SUCCESS, r->server, - "cache: serving cached version of %s", r->uri); + "cache: serving %s", r->uri); return ap_pass_brigade(f->next, bb); }