]> granicus.if.org Git - apache/commitdiff
Less verbose debug message
authorBill Stoddard <stoddard@apache.org>
Tue, 3 Dec 2002 22:51:06 +0000 (22:51 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 3 Dec 2002 22:51:06 +0000 (22:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97771 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_cache.c

index 9750b8c3a324bfc3af294a5f3e718497bcea4db4..1afa38f5d62e189871539d6fb4cb989d593eb2b3 100644 (file)
@@ -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);
 }