fix debug output (bug #4562)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5956 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-06-21 15:33:25 +00:00
parent b7c4aa541a
commit b68ffcd38d
+1 -1
View File
@@ -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 */