From 13621052791e404a9c1aeebb5b24d53699bf0242 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 29 Nov 2004 15:37:03 +0000 Subject: [PATCH] zap extra blank in error message git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106918 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mpm_common.c b/server/mpm_common.c index 7cf81e82df..58fd3113ea 100644 --- a/server/mpm_common.c +++ b/server/mpm_common.c @@ -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 -- 2.50.1