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.0.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3951ee5b55197f0093c0de6ffb586b9d0e5c271;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 08138cb8ba..a1f85c7df2 100644 --- a/res/res_rtp_asterisk.c +++ b/res/res_rtp_asterisk.c @@ -6713,7 +6713,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) {