[asterisk-commits] russell: trunk r67072 - in /trunk: ./ main/rtp.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Jun 4 14:48:15 MST 2007


Author: russell
Date: Mon Jun  4 16:48:15 2007
New Revision: 67072

URL: http://svn.digium.com/view/asterisk?view=rev&rev=67072
Log:
Merged revisions 67071 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r67071 | russell | 2007-06-04 16:47:36 -0500 (Mon, 04 Jun 2007) | 2 lines

Add a missing \n.  (pointed out by jcmoore on IRC)

........

Modified:
    trunk/   (props changed)
    trunk/main/rtp.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/main/rtp.c
URL: http://svn.digium.com/view/asterisk/trunk/main/rtp.c?view=diff&rev=67072&r1=67071&r2=67072
==============================================================================
--- trunk/main/rtp.c (original)
+++ trunk/main/rtp.c Mon Jun  4 16:48:15 2007
@@ -1016,7 +1016,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 asterisk-commits mailing list