]> granicus.if.org Git - apache/commitdiff
Win32: Change message type to INFO
authorBill Stoddard <stoddard@apache.org>
Tue, 18 Apr 2000 13:20:37 +0000 (13:20 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 18 Apr 2000 13:20:37 +0000 (13:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84989 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/mpm_winnt.c

index 3298fed4ff837e202e08ea85944a01814664de62..07a89035f00908dcf0bdc67df4053422b87cca25 100644 (file)
@@ -1735,12 +1735,12 @@ API_EXPORT(int) ap_mpm_run(ap_pool_t *_pconf, ap_pool_t *plog, server_rec *s )
 
     if ((parent_pid != my_pid) || one_process) {
         /* Running as Child process or in one_process (debug) mode */
-        ap_log_error(APLOG_MARK, APLOG_ERR, APR_SUCCESS, server_conf,
+        ap_log_error(APLOG_MARK, APLOG_INFO, APR_SUCCESS, server_conf,
                      "Child %d: Child process is running", my_pid);
         AMCSocketInitialize();
         child_main();
         AMCSocketCleanup();
-        ap_log_error(APLOG_MARK, APLOG_ERR, APR_SUCCESS, server_conf,
+        ap_log_error(APLOG_MARK, APLOG_INFO, APR_SUCCESS, server_conf,
                      "Child %d: Child process is exiting", my_pid);        
 
         return 1;