From: Joshua Colp Date: Thu, 11 Oct 2012 16:04:19 +0000 (+0000) Subject: Remove code that should not have gotten in. X-Git-Tag: 11.1.0-rc1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59d02d37dec276fbdb8fd89009eaaa2f49453fb1;p=thirdparty%2Fasterisk.git Remove code that should not have gotten in. (issue ASTERISK-20554) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@374851 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_rtp_asterisk.c b/res/res_rtp_asterisk.c index 73fef432e6..a16dbac942 100644 --- a/res/res_rtp_asterisk.c +++ b/res/res_rtp_asterisk.c @@ -536,8 +536,6 @@ static void ast_rtp_ice_start(struct ast_rtp_instance *instance) ao2_iterator_destroy(&i); - ast_log(LOG_NOTICE, "ufrag = %s password = %s\n", rtp->remote_ufrag, rtp->remote_passwd); - if (pj_ice_sess_create_check_list(rtp->ice, &ufrag, &passwd, ao2_container_count(rtp->remote_candidates), &candidates[0]) == PJ_SUCCESS) { pj_ice_sess_start_check(rtp->ice); pj_timer_heap_poll(timerheap, NULL); @@ -4434,7 +4432,7 @@ static int load_module(void) { pj_lock_t *lock; -// pj_log_set_level(0); + pj_log_set_level(0); if (pj_init() != PJ_SUCCESS) { return AST_MODULE_LOAD_DECLINE;