From: Joshua Colp Date: Thu, 17 Oct 2019 10:50:28 +0000 (-0300) Subject: res_rtp_asterisk: Remove a log message that slipped in. X-Git-Tag: 17.1.0-rc1~42^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8ae799ca9da487e87406edc932a575a600ac735;p=thirdparty%2Fasterisk.git res_rtp_asterisk: Remove a log message that slipped in. This was only supposed to be for testing, so now it can be removed. Change-Id: I3dfc2e776e70b3196aeed5688372ea80c0214b59 --- diff --git a/res/res_rtp_asterisk.c b/res/res_rtp_asterisk.c index c65cf627d1..19c73380a9 100644 --- a/res/res_rtp_asterisk.c +++ b/res/res_rtp_asterisk.c @@ -6855,7 +6855,6 @@ static void rtp_instance_parse_transport_wide_cc(struct ast_rtp_instance *instan if (transport_rtp->transport_wide_cc.schedid < 0 && transport_rtp->rtcp) { ast_debug(1, "Starting RTCP transport-cc feedback transmission on RTP instance '%p'\n", transport); ao2_ref(transport, +1); - ast_log(LOG_NOTICE, "Starting feedback\n"); transport_rtp->transport_wide_cc.schedid = ast_sched_add(rtp->sched, 1000, rtp_transport_wide_cc_feedback_produce, transport); if (transport_rtp->transport_wide_cc.schedid < 0) {