mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
fill in missing message numbers in APLOGNO() invocations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1524018 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1 +1 @@
|
|||||||
2534
|
2536
|
||||||
|
@@ -762,7 +762,7 @@ static int proxy_ajp_handler(request_rec *r, proxy_worker *worker,
|
|||||||
if (worker->s->ping_timeout < 0) {
|
if (worker->s->ping_timeout < 0) {
|
||||||
if (!ap_proxy_is_socket_connected(backend->sock)) {
|
if (!ap_proxy_is_socket_connected(backend->sock)) {
|
||||||
backend->close = 1;
|
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)",
|
"socket check failed to %pI (%s)",
|
||||||
worker->cp->addr, worker->s->hostname);
|
worker->cp->addr, worker->s->hostname);
|
||||||
status = HTTP_SERVICE_UNAVAILABLE;
|
status = HTTP_SERVICE_UNAVAILABLE;
|
||||||
|
@@ -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 &&
|
if (worker->s->ping_timeout_set && worker->s->ping_timeout < 0 &&
|
||||||
!ap_proxy_is_socket_connected(backend->sock)) {
|
!ap_proxy_is_socket_connected(backend->sock)) {
|
||||||
backend->close = 1;
|
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)",
|
"socket check failed to %pI (%s)",
|
||||||
worker->cp->addr, worker->s->hostname);
|
worker->cp->addr, worker->s->hostname);
|
||||||
retry++;
|
retry++;
|
||||||
|
Reference in New Issue
Block a user