]> granicus.if.org Git - apache/commitdiff
Win32: Log each listener thread
authorBill Stoddard <stoddard@apache.org>
Sat, 28 Feb 2004 20:50:01 +0000 (20:50 +0000)
committerBill Stoddard <stoddard@apache.org>
Sat, 28 Feb 2004 20:50:01 +0000 (20:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102806 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/child.c

index 7d52eec6299c28d0aade2c693cd5f92ec655e517..5c943a211bdb3f51c644c01d310109a8a9fba1d5 100644 (file)
@@ -468,7 +468,8 @@ static void winnt_accept(void *lr_)
     int rv, err_count = 0;
 
     apr_os_sock_get(&nlsd, lr->sd);
-
+    ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, ap_server_conf,
+                 "Child %d: Starting thread to listen on port %d.", my_pid, lr->bind_addr->port);
     while (!shutdown_in_progress) {
         if (!context) {
             context = mpm_get_completion_context();