[asterisk-commits] file: branch 11 r374851 - /branches/11/res/res_rtp_asterisk.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Oct 11 11:04:21 CDT 2012
Author: file
Date: Thu Oct 11 11:04:19 2012
New Revision: 374851
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=374851
Log:
Remove code that should not have gotten in.
Modified:
branches/11/res/res_rtp_asterisk.c
Modified: branches/11/res/res_rtp_asterisk.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/res/res_rtp_asterisk.c?view=diff&rev=374851&r1=374850&r2=374851
==============================================================================
--- branches/11/res/res_rtp_asterisk.c (original)
+++ branches/11/res/res_rtp_asterisk.c Thu Oct 11 11:04:19 2012
@@ -535,8 +535,6 @@
}
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);
@@ -4434,7 +4432,7 @@
{
pj_lock_t *lock;
-// pj_log_set_level(0);
+ pj_log_set_level(0);
if (pj_init() != PJ_SUCCESS) {
return AST_MODULE_LOAD_DECLINE;
More information about the asterisk-commits
mailing list