From 68c0bb9ea3bd5f949bc11155da16a21d734b25bc Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 16 Feb 2005 16:44:26 +0000 Subject: [PATCH] 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 --- server/mpm_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mpm_common.c b/server/mpm_common.c index 3e03f05be5..2d502b47a6 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; } -- 2.50.1