fix debug output (bug #4562)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5956 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Kevin P. Fleming 20 years ago
parent b7c4aa541a
commit b68ffcd38d

@ -3482,7 +3482,7 @@ static unsigned int calc_timestamp(struct chan_iax2_pvt *p, unsigned int ts, str
* frame size too) */
if (abs(ms - p->nextpred) > MAX_TIMESTAMP_SKEW)
ast_log(LOG_DEBUG,"predicted timestamp skew (%u) > max (%u), using real ts instead.",
ast_log(LOG_DEBUG,"predicted timestamp skew (%u) > max (%u), using real ts instead.\n",
abs(ms - p->nextpred), MAX_TIMESTAMP_SKEW);
if (f->samples >= 8) /* check to make sure we dont core dump */

Loading…
Cancel
Save