]> granicus.if.org Git - apache/commitdiff
fill in missing message numbers in APLOGNO() invocations
authorJeff Trawick <trawick@apache.org>
Tue, 17 Sep 2013 12:51:08 +0000 (12:51 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 17 Sep 2013 12:51:08 +0000 (12:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1524018 13f79535-47bb-0310-9956-ffa450edef68

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

index 2c7a84e8e4dcadc1a16c6e9984f5bb2f85c03b4e..6a5bdca5ee17a7a64ae46e06a55e3293fb9f23be 100644 (file)
@@ -1 +1 @@
-2534
+2536
index 6fdc6d7068fcd345afcf4dc894e8d8332fe722c6..e4cccdacde159b24ddff0f635123fec53529145a 100644 (file)
@@ -762,7 +762,7 @@ static int proxy_ajp_handler(request_rec *r, proxy_worker *worker,
             if (worker->s->ping_timeout < 0) {
                 if (!ap_proxy_is_socket_connected(backend->sock)) {
                     backend->close = 1;
-                    ap_log_rerror(APLOG_MARK, APLOG_ERR, status, r, APLOGNO()
+                    ap_log_rerror(APLOG_MARK, APLOG_ERR, status, r, APLOGNO(02534)
                                   "socket check failed to %pI (%s)",
                                   worker->cp->addr, worker->s->hostname);
                     status = HTTP_SERVICE_UNAVAILABLE;
index e7f7dd23204c242e1e8923087ad84e5a658276c0..f22018addd7d441ec659bdf296e0838a23b2a053 100644 (file)
@@ -1979,7 +1979,7 @@ static int proxy_http_handler(request_rec *r, proxy_worker *worker,
         if (worker->s->ping_timeout_set && worker->s->ping_timeout < 0 &&
             !ap_proxy_is_socket_connected(backend->sock)) {
             backend->close = 1;
-            ap_log_rerror(APLOG_MARK, APLOG_INFO, status, r, APLOGNO()
+            ap_log_rerror(APLOG_MARK, APLOG_INFO, status, r, APLOGNO(02535)
                           "socket check failed to %pI (%s)",
                           worker->cp->addr, worker->s->hostname);
             retry++;