]> granicus.if.org Git - apache/commitdiff
update log tags
authorStefan Fritsch <sf@apache.org>
Sat, 11 May 2013 19:45:09 +0000 (19:45 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 11 May 2013 19:45:09 +0000 (19:45 +0000)
replace duplicate, add missing

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481396 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/cache/mod_cache.c
server/mpm/event/event.c
server/mpm/eventopt/eventopt.c

index 42adba679f51ea952bd60d386efe4847c9d235ba..70081150e1d5cb210ebe3a27217025176bd7a6e0 100644 (file)
@@ -1 +1 @@
-2471
+2475
index 2272de173497bcb7575c979c921167a53a499f40..ca4cf555cc1b2a8f5be4947ef244d96b29508f63 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);
     }
@@ -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,
index 8b57b735e590abfcf85f60f60c1bc52631e1c002..f013cf5ec196e62b2fac4de04bd839f73db1fdfb 100644 (file)
@@ -2018,7 +2018,7 @@ static void *APR_THREAD_FUNC start_threads(apr_thread_t * thd, void *dummy)
         clean_child_exit(APEXIT_CHILDFATAL);
     }
 
-    ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, ap_server_conf, APLOGNO()
+    ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, ap_server_conf, APLOGNO(02471)
                  "start_threads: Using %s", apr_pollset_method_name(event_pollset));
     worker_sockets = apr_pcalloc(pchild, threads_per_child
                                  * sizeof(apr_socket_t *));
index 180f15229bb6132e1cc21feb4bd4a92c72057fd4..b006b139a8df09b8592a16c5f8252502d4db1722 100644 (file)
@@ -2073,7 +2073,7 @@ static void *APR_THREAD_FUNC start_threads(apr_thread_t * thd, void *dummy)
         clean_child_exit(APEXIT_CHILDFATAL);
     }
 
-    ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, ap_server_conf, APLOGNO()
+    ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, ap_server_conf, APLOGNO(02472)
                  "start_threads: Using %s", apr_pollset_method_name(event_pollset));
     worker_sockets = apr_pcalloc(pchild, threads_per_child
                                  * sizeof(apr_socket_t *));