mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-02 21:13:08 -07:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user