]> granicus.if.org Git - apache/commitdiff
zap extra blank in error message
authorJeff Trawick <trawick@apache.org>
Mon, 29 Nov 2004 15:37:03 +0000 (15:37 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 29 Nov 2004 15:37:03 +0000 (15:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106918 13f79535-47bb-0310-9956-ffa450edef68

server/mpm_common.c

index 7cf81e82df3068cb83dff762e56834c92ab15ad2..58fd3113ea79548e7b17a80686c506fbc635d13c 100644 (file)
@@ -147,7 +147,7 @@ void ap_reclaim_child_processes(int terminate)
                 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