From: Jim Jagielski Date: Tue, 17 Sep 2013 18:48:06 +0000 (+0000) Subject: * mod_cache: Correct LOGNO which has not been updated when r1481396 was backported X-Git-Tag: 2.4.7~199 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccfa67cc5755a109565ea33d7b00c1d23577341d;p=apache * 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 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1524175 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 62dc9c5171..c3368962c6 100644 --- 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: diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c index 6052116e77..6e644e6754 100644 --- a/modules/cache/mod_cache.c +++ b/modules/cache/mod_cache.c @@ -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); }