From: Jeff Trawick Date: Mon, 29 Nov 2004 15:37:03 +0000 (+0000) Subject: zap extra blank in error message X-Git-Tag: 2.1.2~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13621052791e404a9c1aeebb5b24d53699bf0242;p=apache zap extra blank in error message git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106918 13f79535-47bb-0310-9956-ffa450edef68 --- 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