From: Joe Orton Date: Wed, 25 Feb 2004 11:55:31 +0000 (+0000) Subject: * server/mpm_common.c (ap_process_child_status): Remove an escaped \n X-Git-Tag: pre_ajp_proxy~625 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=babcd5c7e1e73126e36ba42348e0576bf4727c64;p=apache * 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 --- diff --git a/server/mpm_common.c b/server/mpm_common.c index d814984b5a..48c177fa67 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; }