summaryrefslogtreecommitdiffstats
path: root/server/mpm_common.c
diff options
context:
space:
mode:
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;
}