]> granicus.if.org Git - apache/commitdiff
* server/mpm_common.c (ap_process_child_status): Remove an escaped \n
authorJoe Orton <jorton@apache.org>
Wed, 25 Feb 2004 11:55:31 +0000 (11:55 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 25 Feb 2004 11:55:31 +0000 (11:55 +0000)
in the error log and add some political correctness.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102772 13f79535-47bb-0310-9956-ffa450edef68

server/mpm_common.c

index d814984b5a26a41b16e7a1e0181b53bcca0c0de6..48c177fa6711ca1cb3d35322679df1bc26819641 100644 (file)
@@ -224,8 +224,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..." APR_EOL_STR
-                         "Apache is exiting!",
+                         " returned a Fatal error... server is exiting!",
                          pid->pid);
             return APEXIT_CHILDFATAL;
         }