]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix the "server seems busy" message so that it really logs
authorJeff Trawick <trawick@apache.org>
Wed, 25 Jul 2001 20:48:53 +0000 (20:48 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 25 Jul 2001 20:48:53 +0000 (20:48 +0000)
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

server/mpm/threaded/threaded.c

index 4050e059b0dc161d9e6039f5e96113f1a6c6f301..ee232081f154500d95452e1d5044d27fdfb8ce76 100644 (file)
@@ -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) {