]> granicus.if.org Git - apache/commitdiff
fix whitespace in a debug message
authorJeff Trawick <trawick@apache.org>
Sat, 30 Nov 2013 14:06:55 +0000 (14:06 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 30 Nov 2013 14:06:55 +0000 (14:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1546730 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/event/event.c
server/mpm/eventopt/eventopt.c

index d36abbc64b702b61d9095ef8f420e6e8dfc30061..c1d78b469847b51c5cd2e6160dee48dff8846150 100644 (file)
@@ -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)
index 0cdbc34c05c6160e1c2c35caad7f95b8d4d09ec7..318d11149fa25c529d8f58f0e9b43616e2201972 100644 (file)
@@ -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) {