summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2008-11-01 07:03:39 +0100
committerPaul Querna <pquerna@apache.org>2008-11-01 07:03:39 +0100
commit9a702bf031369b5f53ab0949c074ab597c8b8972 (patch)
tree6b7376214db26a4964b2c81dc5e570e1e0a7b1bd /server
parentMove creation of the pollcb object to after we fork(), since kqueues don't pe... (diff)
downloadapache2-9a702bf031369b5f53ab0949c074ab597c8b8972.tar.xz
apache2-9a702bf031369b5f53ab0949c074ab597c8b8972.zip
Remove extra log line with how many threads are being spawned.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709654 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server')
-rw-r--r--server/mpm/simple/simple_run.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/mpm/simple/simple_run.c b/server/mpm/simple/simple_run.c
index 837bb78381..3a77451a96 100644
--- a/server/mpm/simple/simple_run.c
+++ b/server/mpm/simple/simple_run.c
@@ -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);