]> granicus.if.org Git - apache/commitdiff
* mod_cache: Correct LOGNO which has not been updated when r1481396 was backported
authorJim Jagielski <jim@apache.org>
Tue, 17 Sep 2013 18:48:06 +0000 (18:48 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 17 Sep 2013 18:48:06 +0000 (18:48 +0000)
      trunk: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/cache/mod_cache.c?r1=1481396&r2=1481395&pathrev=1481396
          2.4.x: http://people.apache.org/~jailletc36/1481396.patch
              +1: jailletc36, druggeri, jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1524175 13f79535-47bb-0310-9956-ffa450edef68

STATUS
modules/cache/mod_cache.c

diff --git a/STATUS b/STATUS
index 62dc9c51713c20935f65281271bd1e066d48cf01..c3368962c651b55e689480d0473bdbd7d5182d68 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -97,10 +97,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-  * mod_cache: Correct LOGNO which has not been updated when r1481396 was backported 
-    trunk: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/cache/mod_cache.c?r1=1481396&r2=1481395&pathrev=1481396
-    2.4.x: http://people.apache.org/~jailletc36/1481396.patch
-    +1: jailletc36, druggeri, jim
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
index 6052116e77059e92b80d340dd5e5dacd75e01d83..6e644e6754dae0e01868e47516b752bde016c7f2 100644 (file)
@@ -1104,7 +1104,7 @@ static apr_status_t cache_save_filter(ap_filter_t *f, apr_bucket_brigade *in)
         reason = "updated entity is older than cached entity";
 
         /* while this response is not cacheable, the previous response still is */
-        ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(00770)
+        ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(02474)
                 "cache: Removing CACHE_REMOVE_URL filter.");
         ap_remove_output_filter(cache->remove_url_filter);
     }