From: Eric Covener Date: Mon, 7 Dec 2015 21:41:38 +0000 (+0000) Subject: duplicate debug-level AH00764 in the just-validated path. X-Git-Tag: 2.5.0-alpha~2557 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78d0543c4efb73f8bdb72f06e9a0ea54fd0076d4;p=thirdparty%2Fapache%2Fhttpd.git duplicate debug-level AH00764 in the just-validated path. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1718476 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index ac8b4e046fa..178feb4cedc 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -2971 +2972 diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c index 0ab6e3146bf..461c47309cf 100644 --- a/modules/cache/mod_cache.c +++ b/modules/cache/mod_cache.c @@ -1568,6 +1568,9 @@ static apr_status_t cache_save_filter(ap_filter_t *f, apr_bucket_brigade *in) /* let someone else attempt to cache */ cache_remove_lock(conf, cache, r, NULL); + ap_log_rerror(APLOG_MARK, APLOG_DEBUG, APR_SUCCESS, r, APLOGNO(02971) + "cache: serving %s (revalidated)", r->uri); + return ap_pass_brigade(f->next, bb); }