From 597c83922327b89c68c7637668c7d3de7d262244 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Sat, 28 Feb 2004 20:50:01 +0000 Subject: [PATCH] Win32: Log each listener thread git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102806 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/winnt/child.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/mpm/winnt/child.c b/server/mpm/winnt/child.c index 7d52eec629..5c943a211b 100644 --- a/server/mpm/winnt/child.c +++ b/server/mpm/winnt/child.c @@ -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(); -- 2.50.1