diff options
author | Stefan Fritsch <sf@apache.org> | 2013-05-11 21:45:09 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2013-05-11 21:45:09 +0200 |
commit | ca2948ea2d63dd52e1a9ed7b9cf61f7b0f09a400 (patch) | |
tree | 0ac6ad8fdfc9024f8a6d83bdab59897644887ae9 /modules/cache | |
parent | Rebuild (diff) | |
download | apache2-ca2948ea2d63dd52e1a9ed7b9cf61f7b0f09a400.tar.xz apache2-ca2948ea2d63dd52e1a9ed7b9cf61f7b0f09a400.zip |
update log tags
replace duplicate, add missing
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481396 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/cache')
-rw-r--r-- | modules/cache/mod_cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c index 2272de1734..ca4cf555cc 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); } @@ -1172,7 +1172,7 @@ static apr_status_t cache_save_filter(ap_filter_t *f, apr_bucket_brigade *in) if (reason && r->status == HTTP_NOT_MODIFIED && cache->stale_handle) { ap_log_rerror( - APLOG_MARK, APLOG_INFO, 0, r, APLOGNO() "cache: %s responded with an uncacheable 304, retrying the request. Reason: %s", r->unparsed_uri, reason); + APLOG_MARK, APLOG_INFO, 0, r, APLOGNO(02473) "cache: %s responded with an uncacheable 304, retrying the request. Reason: %s", r->unparsed_uri, reason); /* we've got a cache conditional miss! tell anyone who cares */ cache_run_cache_status(cache->handle, r, r->headers_out, AP_CACHE_MISS, |