]> granicus.if.org Git - apache/commitdiff
These crit errors make -0- sense. Interesting info entry, however.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 5 Feb 2002 22:00:48 +0000 (22:00 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 5 Feb 2002 22:00:48 +0000 (22:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93257 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/mpm_winnt.c

index bc1085f48c93d1a2870f6a36dfdea85b69d68e12..634488c74a3223e5ad10f43f4e041bdab23a0714 100644 (file)
@@ -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);