summaryrefslogtreecommitdiffstats
path: root/server/mpm_common.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2005-02-16 17:44:26 +0100
committerJeff Trawick <trawick@apache.org>2005-02-16 17:44:26 +0100
commit68c0bb9ea3bd5f949bc11155da16a21d734b25bc (patch)
treea62ac09f0302343740b43804718468ab9c3741ae /server/mpm_common.c
parent* modules/ssl/mod_ssl.h: Add ssl_ext_lookup optional hook declaration. (diff)
downloadapache2-68c0bb9ea3bd5f949bc11155da16a21d734b25bc.tar.xz
apache2-68c0bb9ea3bd5f949bc11155da16a21d734b25bc.zip
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
Diffstat (limited to '')
-rw-r--r--server/mpm_common.c2
1 files changed, 1 insertions, 1 deletions
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;
}