]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
duplicate debug-level AH00764 in the just-validated path.
authorEric Covener <covener@apache.org>
Mon, 7 Dec 2015 21:41:38 +0000 (21:41 +0000)
committerEric Covener <covener@apache.org>
Mon, 7 Dec 2015 21:41:38 +0000 (21:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1718476 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/cache/mod_cache.c

index ac8b4e046fa977f5edae1566bbba9f77d73adb4f..178feb4cedc55b34ae860fced922fa39c5189abd 100644 (file)
@@ -1 +1 @@
-2971
+2972
index 0ab6e3146bf1cec34e66b56cfcb08f47effc563a..461c47309cf3652fd1925f86d6b94a1f3d2a6de9 100644 (file)
@@ -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);
     }