[Pkg-voip-commits] [janus] 152/282: Removed spurious debugging line from EchoTest

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:36 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 fe6cf56a5352069ee1b28ccede9ac367e9b6be02
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Tue Oct 24 18:01:03 2017 +0200

    Removed spurious debugging line from EchoTest
---
 plugins/janus_echotest.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plugins/janus_echotest.c b/plugins/janus_echotest.c
index 1aa0533..d33300a 100644
--- a/plugins/janus_echotest.c
+++ b/plugins/janus_echotest.c
@@ -1213,7 +1213,6 @@ static void *janus_echotest_handler(void *data) {
 			}
 			/* Check which codecs we ended up using */
 			janus_sdp_find_first_codecs(answer, &session->acodec, &session->vcodec);
-			JANUS_LOG(LOG_WARN, "%s, %s\n", session->acodec, session->vcodec);
 			if(session->acodec == NULL)
 				session->has_audio = FALSE;
 			if(session->vcodec == NULL)

-- 
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