]> granicus.if.org Git - apache/commitdiff
Tweak a message added in r750567 so that the accept thread
authorJeff Trawick <trawick@apache.org>
Sat, 21 Jul 2012 18:17:10 +0000 (18:17 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 21 Jul 2012 18:17:10 +0000 (18:17 +0000)
logs the physical address it listens on instead of hostname|*.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1364138 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/child.c

index a54ee968ef9a2c5bd8aa6ad3e350b3e3667b47a4..0b52775414f1c8385ee32347bb67c14519f82b52 100644 (file)
@@ -389,9 +389,8 @@ reinit: /* target of data or connect upon too many AcceptEx failures */
     }
 
     ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, ap_server_conf, APLOGNO(00334)
-                 "Child: Accept thread listening on %s:%d using AcceptFilter %s",
-                 lr->bind_addr->hostname ? lr->bind_addr->hostname : "*",
-                 lr->bind_addr->port, accf_name);
+                 "Child: Accept thread listening on %pI using AcceptFilter %s",
+                 lr->bind_addr, accf_name);
 
     while (!shutdown_in_progress) {
         if (!context) {