]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove extra log line with how many threads are being spawned.
authorPaul Querna <pquerna@apache.org>
Sat, 1 Nov 2008 06:03:39 +0000 (06:03 +0000)
committerPaul Querna <pquerna@apache.org>
Sat, 1 Nov 2008 06:03:39 +0000 (06:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709654 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/simple/simple_run.c

index 837bb78381a667dc79b7352bc392609cf8b266a7..3a77451a96bd756452a2051b606aa8a6b4d78377 100644 (file)
@@ -47,10 +47,6 @@ static apr_status_t simple_setup_workers(simple_core_t * sc)
 {
     apr_status_t rv;
 
-    ap_log_error(APLOG_MARK, APLOG_CRIT, 0, NULL,
-                 "simple_setup_workers: spawning %d threads",
-                 sc->procmgr.thread_count);
-
     rv = apr_thread_pool_create(&sc->workers,
                                 sc->procmgr.thread_count,
                                 sc->procmgr.thread_count, sc->pool);