[Freeswitch-trunk] [commit] r12365 - freeswitch/trunk/src
FreeSWITCH SVN
mrene at freeswitch.org
Mon Mar 2 17:52:25 PST 2009
Author: mrene
Date: Mon Mar 2 19:52:25 2009
New Revision: 12365
Log:
Add log message when the softtimer thread exits
Modified:
freeswitch/trunk/src/switch_time.c
Modified: freeswitch/trunk/src/switch_time.c
==============================================================================
--- freeswitch/trunk/src/switch_time.c (original)
+++ freeswitch/trunk/src/switch_time.c Mon Mar 2 19:52:25 2009
@@ -553,7 +553,7 @@
globals.RUNNING = 0;
switch_mutex_unlock(globals.mutex);
-
+ switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CONSOLE, "Soft timer thread exiting.\n");
return SWITCH_STATUS_TERM;
}
More information about the Freeswitch-trunk
mailing list