You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2004/11/29 16:37:03 UTC

svn commit: r106918 - /httpd/httpd/trunk/server/mpm_common.c

Author: trawick
Date: Mon Nov 29 07:37:03 2004
New Revision: 106918

URL: http://svn.apache.org/viewcvs?view=rev&rev=106918
Log:
zap extra blank in error message

Modified:
   httpd/httpd/trunk/server/mpm_common.c

Modified: httpd/httpd/trunk/server/mpm_common.c
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm_common.c?view=diff&rev=106918&p1=httpd/httpd/trunk/server/mpm_common.c&r1=106917&p2=httpd/httpd/trunk/server/mpm_common.c&r2=106918
==============================================================================
--- httpd/httpd/trunk/server/mpm_common.c	(original)
+++ httpd/httpd/trunk/server/mpm_common.c	Mon Nov 29 07:37:03 2004
@@ -147,7 +147,7 @@
                 ap_log_error(APLOG_MARK, APLOG_ERR,
                              0, ap_server_conf,
                              "child process %" APR_PID_T_FMT
-                             "  still did not exit, "
+                             " still did not exit, "
                              "sending a SIGKILL",
                              pid);
 #ifndef BEOS