Commit 45c6a448 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

fix the "server seems busy" message so that it really logs

the number of children we're about to spawn


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89710 13f79535-47bb-0310-9956-ffa450edef68
parent 89f5ee15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1036,7 +1036,7 @@ static void perform_idle_server_maintenance(void)
			     "to increase StartServers, ThreadsPerChild "
                             "or Min/MaxSpareThreads), "
			     "spawning %d children, there are around %d idle "
                             "threads, and %d total children", idle_spawn_rate,
                             "threads, and %d total children", free_length,
			     idle_thread_count, total_non_dead);
	    }
	    for (i = 0; i < free_length; ++i) {