From: Paul Querna Date: Sat, 1 Nov 2008 06:03:39 +0000 (+0000) Subject: Remove extra log line with how many threads are being spawned. X-Git-Tag: 2.3.0~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a702bf031369b5f53ab0949c074ab597c8b8972;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/server/mpm/simple/simple_run.c b/server/mpm/simple/simple_run.c index 837bb78381a..3a77451a96b 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);