]> granicus.if.org Git - apache/commitdiff
restore google-ability of an ancient message of great importance
authorJeff Trawick <trawick@apache.org>
Wed, 16 Feb 2005 16:44:26 +0000 (16:44 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 16 Feb 2005 16:44:26 +0000 (16:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154044 13f79535-47bb-0310-9956-ffa450edef68

server/mpm_common.c

index 3e03f05be592d035bdaffe80ef3b24d347240069..2d502b47a6bcc7e5b7a2b6f238eb32a0291dbe9a 100644 (file)
@@ -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;
         }