From 907493585288fc1779f94299e950c19ed477cbff Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 4 Jun 2007 21:47:36 +0000 Subject: [PATCH] Add a missing \n. (pointed out by jcmoore on IRC) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@67071 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/rtp.c b/main/rtp.c index 9f2eb7f839..6515406c3a 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));