mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Update LOGNO
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1532456 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user