[svn-commits] russell: branch 1.4 r67071 - /branches/1.4/main/rtp.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Mon Jun 4 14:47:37 MST 2007
Author: russell
Date: Mon Jun 4 16:47:36 2007
New Revision: 67071
URL: http://svn.digium.com/view/asterisk?view=rev&rev=67071
Log:
Add a missing \n. (pointed out by jcmoore on IRC)
Modified:
branches/1.4/main/rtp.c
Modified: branches/1.4/main/rtp.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/rtp.c?view=diff&rev=67071&r1=67070&r2=67071
==============================================================================
--- branches/1.4/main/rtp.c (original)
+++ branches/1.4/main/rtp.c Mon Jun 4 16:47:36 2007
@@ -945,7 +945,7 @@
} else {
ast_verbose("Internal RTCP NTP clock skew detected: "
"lsr=%u, now=%u, dlsr=%u (%d:%03dms), "
- "diff=%d",
+ "diff=%d\n",
lsr, comp, dlsr, dlsr / 65536,
(dlsr % 65536) * 1000 / 65536,
dlsr - (comp - lsr));
More information about the svn-commits
mailing list