squelch another source of noise ZRTP protection drops

This commit is contained in:
Travis Cross 2012-05-24 03:58:26 +00:00
parent d470ae239c
commit f37b1f0c54
1 changed files with 1 additions and 1 deletions

View File

@ -2656,7 +2656,7 @@ static switch_status_t read_rtp_packet(switch_rtp_t *rtp_session, switch_size_t
*bytes = sbytes;
break;
case zrtp_status_drop:
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Error: zRTP protection drop with code %d\n", stat);
/* switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Error: zRTP protection drop with code %d\n", stat); */
*bytes = 0;
return SWITCH_STATUS_SUCCESS;
case zrtp_status_fail: