[Asterisk-cvs] asterisk/channels chan_iax2.c,1.310,1.311

kpfleming at lists.digium.com kpfleming at lists.digium.com
Tue Jun 21 11:32:37 CDT 2005


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv6738/channels

Modified Files:
	chan_iax2.c 
Log Message:
fix debug output (bug #4562)


Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -d -r1.310 -r1.311
--- chan_iax2.c	21 Jun 2005 01:20:14 -0000	1.310
+++ chan_iax2.c	21 Jun 2005 15:33:25 -0000	1.311
@@ -3482,7 +3482,7 @@
 				* 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 */




More information about the svn-commits mailing list