From: Bill Stoddard Date: Tue, 3 Dec 2002 22:51:06 +0000 (+0000) Subject: Less verbose debug message X-Git-Tag: pre_ajp_proxy~2506 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9872e2d48781bcd54e5ed9b4c75fea5a13b7d29b;p=apache Less verbose debug message git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97771 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_cache.c b/modules/experimental/mod_cache.c index 9750b8c3a3..1afa38f5d6 100644 --- a/modules/experimental/mod_cache.c +++ b/modules/experimental/mod_cache.c @@ -363,7 +363,7 @@ static int cache_out_filter(ap_filter_t *f, apr_bucket_brigade *bb) 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); }