[Pkg-voip-commits] [janus] 266/282: Reduced unneeded verbosity when overwriting SSRCs in RTCP

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.2.6-1
in repository janus.

commit e21b419a09bd8dd192f78ce4203dc4803af46a40
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Mon Dec 18 15:06:37 2017 +0100

    Reduced unneeded verbosity when overwriting SSRCs in RTCP
---
 ice.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ice.c b/ice.c
index 3beab62..4dda5b4 100644
--- a/ice.c
+++ b/ice.c
@@ -4064,7 +4064,7 @@ void janus_ice_relay_rtcp_internal(janus_ice_handle *handle, int video, char *bu
 		/* Fix all SSRCs before enqueueing, as we need to use the ones for this media
 		 * leg. Note that this is only needed for RTCP packets coming from plugins: the
 		 * ones created by the core already have the right SSRCs in the right place */
-		JANUS_LOG(LOG_WARN, "[%"SCNu64"] Fixing SSRCs (local %u, peer %u)\n", handle->handle_id,
+		JANUS_LOG(LOG_HUGE, "[%"SCNu64"] Fixing SSRCs (local %u, peer %u)\n", handle->handle_id,
 			video ? stream->video_ssrc : stream->audio_ssrc,
 			video ? stream->video_ssrc_peer[0] : stream->audio_ssrc_peer);
 		janus_rtcp_fix_ssrc(NULL, rtcp_buf, rtcp_len, 1,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list