From 6aca60f54502ffcbf4262dfe03c31715c193f069 Mon Sep 17 00:00:00 2001 From: Mathieu Rene Date: Tue, 3 Mar 2009 01:52:25 +0000 Subject: [PATCH] Add log message when the softtimer thread exits git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12365 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_time.c b/src/switch_time.c index cf69a3410e..018d46668f 100644 --- a/src/switch_time.c +++ b/src/switch_time.c @@ -553,7 +553,7 @@ SWITCH_MODULE_RUNTIME_FUNCTION(softtimer_runtime) 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; }