You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2004/02/25 12:55:31 UTC

cvs commit: httpd-2.0/server mpm_common.c

jorton      2004/02/25 03:55:31

  Modified:    server   mpm_common.c
  Log:
  * server/mpm_common.c (ap_process_child_status): Remove an escaped \n
  in the error log and add some political correctness.
  
  Revision  Changes    Path
  1.117     +1 -2      httpd-2.0/server/mpm_common.c
  
  Index: mpm_common.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm_common.c,v
  retrieving revision 1.116
  retrieving revision 1.117
  diff -w -d -u -r1.116 -r1.117
  --- mpm_common.c	19 Feb 2004 11:19:43 -0000	1.116
  +++ mpm_common.c	25 Feb 2004 11:55:31 -0000	1.117
  @@ -224,8 +224,7 @@
               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;
           }