[Freeswitch-svn] [commit] r9640 - freeswitch/trunk/src

Freeswitch SVN mikej at freeswitch.org
Wed Sep 24 16:56:49 EDT 2008


Author: mikej
Date: Wed Sep 24 16:56:49 2008
New Revision: 9640

Modified:
   freeswitch/trunk/src/switch_core_io.c

Log:
make debug message less lethal

Modified: freeswitch/trunk/src/switch_core_io.c
==============================================================================
--- freeswitch/trunk/src/switch_core_io.c	(original)
+++ freeswitch/trunk/src/switch_core_io.c	Wed Sep 24 16:56:49 2008
@@ -934,7 +934,7 @@
 	switch_io_event_hook_kill_channel_t *ptr;
 	switch_status_t status = SWITCH_STATUS_FALSE;
 
-	switch_log_printf(SWITCH_CHANNEL_ID_LOG, file, func, line, NULL, SWITCH_LOG_DEBUG, "Kill %s [%s]\n", switch_channel_get_name(session->channel),
+	switch_log_printf(SWITCH_CHANNEL_ID_LOG, file, func, line, NULL, SWITCH_LOG_DEBUG, "Send signal %s [%s]\n", switch_channel_get_name(session->channel),
 					  SIG_NAMES[sig]);
 
 	if (session->endpoint_interface->io_routines->kill_channel) {



More information about the Freeswitch-svn mailing list