dect
/
asterisk
Archived
13
0
Fork 0

fix debug output (bug #4562)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5956 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2005-06-21 15:33:25 +00:00
parent 2150b9d752
commit 65ffc192aa
1 changed files with 1 additions and 1 deletions

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 */