forked from Mirrors/freeswitch
quiet warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9938 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
5de6f3012e
commit
722d736cbc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user