]> granicus.if.org Git - apache/commitdiff
Listing the URLs which are not cachable is useful for building
authorBill Stoddard <stoddard@apache.org>
Tue, 3 Dec 2002 23:08:22 +0000 (23:08 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 3 Dec 2002 23:08:22 +0000 (23:08 +0000)
the CacheDecline URL list for the config file.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97772 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_cache.c

index 1afa38f5d62e189871539d6fb4cb989d593eb2b3..9a299bd29f9da1ecd902eb526f0c79b5051b3241 100644 (file)
@@ -601,7 +601,7 @@ static int cache_in_filter(ap_filter_t *f, apr_bucket_brigade *in)
 
         if (reason) {
             ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server,
-                         "cache: response not cached. Reason: %s", reason);
+                         "cache: %s not cached. Reason: %s", url, reason);
             /* remove this object from the cache 
              * BillS Asks.. Why do we need to make this call to remove_url?
              * leave it in for now..