diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 3d7115d35f..efbf27c074 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -2545 +2547 diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 1b7fbd3377..8b04c20c32 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -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);