[Freeswitch-svn] [commit] r11541 - freeswitch/trunk/src
FreeSWITCH SVN
intralanman at freeswitch.org
Wed Jan 28 10:27:38 PST 2009
Author: intralanman
Date: Wed Jan 28 12:27:38 2009
New Revision: 11541
Log:
change log level
Modified:
freeswitch/trunk/src/switch_event.c
Modified: freeswitch/trunk/src/switch_event.c
==============================================================================
--- freeswitch/trunk/src/switch_event.c (original)
+++ freeswitch/trunk/src/switch_event.c Wed Jan 28 12:27:38 2009
@@ -494,7 +494,7 @@
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;
More information about the Freeswitch-svn
mailing list