mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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: https://origsvn.digium.com/svn/asterisk/trunk@67072 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1016,7 +1016,7 @@ struct ast_frame *ast_rtcp_read(struct ast_rtp *rtp)
|
|||||||
} else {
|
} else {
|
||||||
ast_verbose("Internal RTCP NTP clock skew detected: "
|
ast_verbose("Internal RTCP NTP clock skew detected: "
|
||||||
"lsr=%u, now=%u, dlsr=%u (%d:%03dms), "
|
"lsr=%u, now=%u, dlsr=%u (%d:%03dms), "
|
||||||
"diff=%d",
|
"diff=%d\n",
|
||||||
lsr, comp, dlsr, dlsr / 65536,
|
lsr, comp, dlsr, dlsr / 65536,
|
||||||
(dlsr % 65536) * 1000 / 65536,
|
(dlsr % 65536) * 1000 / 65536,
|
||||||
dlsr - (comp - lsr));
|
dlsr - (comp - lsr));
|
||||||
|
Reference in New Issue
Block a user