]> granicus.if.org Git - apache/commitdiff
Add in logno's
authorJim Jagielski <jim@apache.org>
Sun, 19 May 2013 19:32:59 +0000 (19:32 +0000)
committerJim Jagielski <jim@apache.org>
Sun, 19 May 2013 19:32:59 +0000 (19:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1484343 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/proxy/mod_proxy.c

index 721cbb13b4aeec4822c522d4ba60698f83bbf0d1..c753441918017523b11fb41334d6a235d7334054 100644 (file)
@@ -1 +1 @@
-2478
+2481
index e45f66cece4fa8213d4b5d126a3df91466f562fa..a0a937f4fd9b4bdef4ee0c8bf8286f58cd193d32 100644 (file)
@@ -2408,7 +2408,7 @@ static int proxy_post_config(apr_pool_t *pconf, apr_pool_t *plog,
     apr_status_t rv = ap_global_mutex_create(&proxy_mutex, NULL,
             proxy_id, NULL, s, pconf, 0);
     if (rv != APR_SUCCESS) {
-        ap_log_perror(APLOG_MARK, APLOG_CRIT, rv, plog, APLOGNO()
+        ap_log_perror(APLOG_MARK, APLOG_CRIT, rv, plog, APLOGNO(02478)
         "failed to create %s mutex", proxy_id);
         return rv;
     }
@@ -2518,7 +2518,7 @@ static void child_init(apr_pool_t *p, server_rec *s)
                                       apr_global_mutex_lockfile(proxy_mutex),
                                       p);
     if (rv != APR_SUCCESS) {
-        ap_log_error(APLOG_MARK, APLOG_CRIT, rv, s, APLOGNO()
+        ap_log_error(APLOG_MARK, APLOG_CRIT, rv, s, APLOGNO(02479)
                      "could not init proxy_mutex in child");
         exit(1); /* Ugly, but what else? */
     }
@@ -2588,7 +2588,7 @@ static int proxy_pre_config(apr_pool_t *pconf, apr_pool_t *plog,
     apr_status_t rv = ap_mutex_register(pconf, proxy_id, NULL,
             APR_LOCK_DEFAULT, 0);
     if (rv != APR_SUCCESS) {
-        ap_log_perror(APLOG_MARK, APLOG_CRIT, rv, plog, APLOGNO()
+        ap_log_perror(APLOG_MARK, APLOG_CRIT, rv, plog, APLOGNO(02480)
                 "failed to register %s mutex", proxy_id);
         return 500; /* An HTTP status would be a misnomer! */
     }