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

View File

@ -2656,7 +2656,7 @@ static switch_status_t read_rtp_packet(switch_rtp_t *rtp_session, switch_size_t
*bytes = sbytes; *bytes = sbytes;
break; break;
case zrtp_status_drop: 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; *bytes = 0;
return SWITCH_STATUS_SUCCESS; return SWITCH_STATUS_SUCCESS;
case zrtp_status_fail: case zrtp_status_fail: