]> granicus.if.org Git - apache/commitdiff
Update LOGNO
authorJim Jagielski <jim@apache.org>
Tue, 15 Oct 2013 17:45:47 +0000 (17:45 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 15 Oct 2013 17:45:47 +0000 (17:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1532456 13f79535-47bb-0310-9956-ffa450edef68

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

index 3d7115d35ff5e989184f24bacf9e41319cb9c822..efbf27c07466165c6bf590cfbb3e517b83d7bc82 100644 (file)
@@ -1 +1 @@
-2545
+2547
index 1b7fbd3377644676509a452ceb268b75897bc856..8b04c20c32e78d0c1142d22ebc6c417daf8edba3 100644 (file)
@@ -2096,12 +2096,12 @@ PROXY_DECLARE(int) ap_proxy_acquire_connection(const char *proxy_function,
             }
         }
         if ((*conn)->uds_path) {
-            ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, APLOGNO()
+            ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, APLOGNO(02545)
                          "%s: has determined UDS as %s",
                          proxy_function, (*conn)->uds_path);
         }
         else {
-            ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, APLOGNO()
+            ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, APLOGNO(02546)
                          "%s: cannot parse for UDS (%s)",
                          proxy_function, worker->s->name);