From: Jeff Trawick Date: Wed, 16 Feb 2005 16:44:26 +0000 (+0000) Subject: restore google-ability of an ancient message of great importance X-Git-Tag: 2.1.3~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68c0bb9ea3bd5f949bc11155da16a21d734b25bc;p=thirdparty%2Fapache%2Fhttpd.git restore google-ability of an ancient message of great importance git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154044 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm_common.c b/server/mpm_common.c index 3e03f05be59..2d502b47a6b 100644 --- a/server/mpm_common.c +++ b/server/mpm_common.c @@ -322,7 +322,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... server is exiting!", + " returned a Fatal error... Apache is exiting!", pid->pid); return APEXIT_CHILDFATAL; }