From b026efefaf27a366188858c39721e80022d3a1a1 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Tue, 18 Apr 2000 13:20:37 +0000 Subject: [PATCH] Win32: Change message type to INFO git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84989 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/winnt/mpm_winnt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index 3298fed4ff..07a89035f0 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -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; -- 2.40.0