From babcd5c7e1e73126e36ba42348e0576bf4727c64 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 25 Feb 2004 11:55:31 +0000 Subject: [PATCH] * server/mpm_common.c (ap_process_child_status): Remove an escaped \n in the error log and add some political correctness. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102772 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm_common.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/mpm_common.c b/server/mpm_common.c index d814984b5a2..48c177fa671 100644 --- a/server/mpm_common.c +++ b/server/mpm_common.c @@ -224,8 +224,7 @@ int ap_process_child_status(apr_proc_t *pid, apr_exit_why_e why, int status) ap_log_error(APLOG_MARK, APLOG_ALERT, 0, ap_server_conf, "Child %" APR_PID_T_FMT - " returned a Fatal error..." APR_EOL_STR - "Apache is exiting!", + " returned a Fatal error... server is exiting!", pid->pid); return APEXIT_CHILDFATAL; } -- 2.47.3