From: Jeff Trawick Date: Sat, 30 Nov 2013 14:06:55 +0000 (+0000) Subject: fix whitespace in a debug message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=711d41ed317ec3293b6e8b19fbe58a8ea492798d;p=thirdparty%2Fapache%2Fhttpd.git fix whitespace in a debug message git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1546730 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/event/event.c b/server/mpm/event/event.c index d36abbc64b7..c1d78b46984 100644 --- a/server/mpm/event/event.c +++ b/server/mpm/event/event.c @@ -1710,7 +1710,7 @@ static void * APR_THREAD_FUNC listener_thread(apr_thread_t * thd, void *dummy) disable_listensocks(process_slot); listeners_disabled = 1; ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, ap_server_conf, - "All workers busy, not accepting new conns" + "All workers busy, not accepting new conns " "in this process"); } else if ( (int)apr_atomic_read32(&connection_count) diff --git a/server/mpm/eventopt/eventopt.c b/server/mpm/eventopt/eventopt.c index 0cdbc34c05c..318d11149fa 100644 --- a/server/mpm/eventopt/eventopt.c +++ b/server/mpm/eventopt/eventopt.c @@ -1687,7 +1687,7 @@ static void * APR_THREAD_FUNC listener_thread(apr_thread_t * thd, void *dummy) if (workers_were_busy) { skip_accept = 1; ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, ap_server_conf, - "All workers busy, not accepting new conns" + "All workers busy, not accepting new conns " "in this process"); } else if (listeners_disabled) {