From: Anthony Minessale Date: Wed, 7 Mar 2007 20:06:47 +0000 (+0000) Subject: wtf X-Git-Tag: v1.0-beta1~945 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bae5bcfb98f4684e5a22a35880c379670ab896c;p=thirdparty%2Ffreeswitch.git wtf git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4468 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index 5d366f32af..f7aca27239 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -1625,7 +1625,6 @@ static switch_status_t activate_rtp(private_object_t *tech_pvt) switch_rtp_set_telephony_event(tech_pvt->rtp_session, tech_pvt->te); if (tech_pvt->cng_pt) { - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "WTF %d", tech_pvt->cng_pt); switch_rtp_set_cng_pt(tech_pvt->rtp_session, tech_pvt->cng_pt); }