From: Joe Orton Date: Thu, 23 Sep 2004 08:59:06 +0000 (+0000) Subject: * server/mpm_common.c (dummy_connection): Log the address if the X-Git-Tag: 2.1.1~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eba2483b2721797daa4e2993099c47154bae9b0;p=thirdparty%2Fapache%2Fhttpd.git * server/mpm_common.c (dummy_connection): Log the address if the connect() fails. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105264 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm_common.c b/server/mpm_common.c index e4c6de073ad..7cf81e82df3 100644 --- a/server/mpm_common.c +++ b/server/mpm_common.c @@ -505,7 +505,7 @@ static apr_status_t dummy_connection(ap_pod_t *pod) } ap_log_error(APLOG_MARK, log_level, rv, ap_server_conf, - "connect to listener"); + "connect to listener on %pI", ap_listeners->bind_addr); } apr_socket_close(sock);