quiet warning

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9938 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-10-10 18:38:41 +00:00
parent 5de6f3012e
commit 722d736cbc

View File

@ -379,7 +379,9 @@ SWITCH_MODULE_RUNTIME_FUNCTION(softtimer_runtime)
switch_time_sync();
} else {
switch_time_t diff = ts - runtime.reference - STEP_MIC;
#ifndef WIN32
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Forward Clock Skew Detected!\n");
#endif
fwd_errs++;
runtime.reference = switch_time_now();
current_ms = 0;