Commit 3d2d8e59 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

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
parent cf2d268f
Loading
Loading
Loading
Loading
+1 −1
Changes for server/mpm_common.c: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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;
        }