]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add the URI to DEBUG message 00765 (and drop an exclamation point):
authorEric Covener <covener@apache.org>
Fri, 31 Jan 2014 17:40:54 +0000 (17:40 +0000)
committerEric Covener <covener@apache.org>
Fri, 31 Jan 2014 17:40:54 +0000 (17:40 +0000)
  Cache provider's store_body failed!

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

modules/cache/mod_cache.c

index 969c231fc5a672df9a038eb43ddf74ce8417d4cf..84030a9d1997da3383ee78d71adcd4507a32f609 100644 (file)
@@ -697,7 +697,7 @@ static int cache_save_store(ap_filter_t *f, apr_bucket_brigade *in,
         rv = cache->provider->store_body(cache->handle, f->r, in, cache->out);
         if (rv != APR_SUCCESS) {
             ap_log_rerror(APLOG_MARK, APLOG_DEBUG, rv, f->r, APLOGNO(00765)
-                    "cache: Cache provider's store_body failed!");
+                    "cache: Cache provider's store_body failed for URI %s", f->r->uri);
             ap_remove_output_filter(f);
 
             /* give someone else the chance to cache the file */