aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtp.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-04 21:47:36 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-04 21:47:36 +0000
commit23e7d0d657dcd81c8f3420187b183ed4efa7cb2d (patch)
tree466ae1ca049452904bd4b615358cd9dafac29e9e /main/rtp.c
parentd89418582414b6980a28a3c3279cb39884134235 (diff)
Add a missing \n. (pointed out by jcmoore on IRC)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@67071 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 9f2eb7f83..6515406c3 100644
--- a/main/rtp.c
+++ b/main/rtp.c
@@ -945,7 +945,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));