1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +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:
Jeff Trawick
2013-09-17 12:51:08 +00:00
parent b94df9a993
commit 619866c198
3 changed files with 3 additions and 3 deletions

View 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++;