aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtp.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-04 21:48:15 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-04 21:48:15 +0000
commit1612102bf5d295d286623cedb9d374da240ac5ea (patch)
tree1e9f4014d4ff2f173349cfc308f8fe252cfd288f /main/rtp.c
parentbc8315d6b330fc90540d7aa26599b3dc05b9f921 (diff)
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) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@67072 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/rtp.c')
-rw-r--r--main/rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rtp.c b/main/rtp.c
index e64ab12ea..244eeb11a 100644
--- a/main/rtp.c
+++ b/main/rtp.c
@@ -1016,7 +1016,7 @@ struct ast_frame *ast_rtcp_read(struct ast_rtp *rtp)
} 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));