]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Add log message when the softtimer thread exits
authorMathieu Rene <mrene@avgs.ca>
Tue, 3 Mar 2009 01:52:25 +0000 (01:52 +0000)
committerMathieu Rene <mrene@avgs.ca>
Tue, 3 Mar 2009 01:52:25 +0000 (01:52 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12365 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_time.c

index cf69a3410e49ed8c5e805d29e9dcc5360061ee40..018d46668f5e828f64a527e9d46b073ac16dc551 100644 (file)
@@ -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;
 }