From: Mathieu Rene Date: Tue, 3 Mar 2009 01:52:25 +0000 (+0000) Subject: Add log message when the softtimer thread exits X-Git-Tag: v1.0.4~1743 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aca60f54502ffcbf4262dfe03c31715c193f069;p=thirdparty%2Ffreeswitch.git Add log message when the softtimer thread exits git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12365 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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; }