From 9a702bf031369b5f53ab0949c074ab597c8b8972 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Sat, 1 Nov 2008 06:03:39 +0000 Subject: 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 --- server/mpm/simple/simple_run.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'server') 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); -- cgit v1.2.3