Cache provider's store_body failed!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1563193 13f79535-47bb-0310-9956-
ffa450edef68
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 */