From: Jeff Trawick <trawick@apache.org>
Date: Sat, 30 Nov 2013 14:06:55 +0000 (+0000)
Subject: fix whitespace in a debug message
X-Git-Tag: 2.5.0-alpha~4803
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2571d1f90cca9329b3566b42f64543f6f702c395;p=apache

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 d36abbc64b..c1d78b4698 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 0cdbc34c05..318d11149f 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) {