From: William A. Rowe Jr Date: Tue, 5 Feb 2002 22:00:48 +0000 (+0000) Subject: These crit errors make -0- sense. Interesting info entry, however. X-Git-Tag: 2.0.32~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3648a954cb95333355bd609ddcbd4f2ac1603c97;p=apache These crit errors make -0- sense. Interesting info entry, however. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93257 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index bc1085f48c..634488c74a 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -1014,12 +1014,10 @@ static void child_main() "Child %d: exit_event_name = %s", my_pid, exit_event_name); /* Set up the scoreboard. */ ap_my_generation = atoi(getenv("AP_MY_GENERATION")); - ap_log_error(APLOG_MARK, APLOG_CRIT, APR_SUCCESS, ap_server_conf, - "getting listeners child_main", my_pid); + ap_log_error(APLOG_MARK, APLOG_INFO, APR_SUCCESS, ap_server_conf, + "getting listeners child_main, pid %d", my_pid); get_listeners_from_parent(ap_server_conf); } - ap_log_error(APLOG_MARK, APLOG_CRIT, APR_SUCCESS, ap_server_conf, - "in child_main", my_pid); /* Initialize the child_events */ max_requests_per_child_event = CreateEvent(NULL, TRUE, FALSE, NULL);