]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
change log level
authorRaymond Chandler <intralanman@freeswitch.org>
Wed, 28 Jan 2009 18:27:38 +0000 (18:27 +0000)
committerRaymond Chandler <intralanman@freeswitch.org>
Wed, 28 Jan 2009 18:27:38 +0000 (18:27 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11541 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_event.c

index 2632adf989606044bb075858627754e50dfb164f..1b53018ff34a56e6c6636957dc3de75490ebaa19 100644 (file)
@@ -494,7 +494,7 @@ static void launch_dispatch_threads(uint32_t max, int len, switch_memory_pool_t
                switch_threadattr_priority_increase(thd_attr);
                switch_threadattr_detach_set(thd_attr, 1);
                switch_thread_create(&thread, thd_attr, switch_event_dispatch_thread, EVENT_DISPATCH_QUEUE[index], pool);
-               switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CONSOLE, "Create event dispatch thread %d\n", index);
+               switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Create event dispatch thread %d\n", index);
        }
 
        SOFT_MAX_DISPATCH = index;