mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 22:03:50 +00:00
don't log ZRTP protection drops
At least until we can distinguish the meaningful ones from the noise.
This commit is contained in:
parent
236b927780
commit
d470ae239c
@ -3972,7 +3972,7 @@ static int rtp_common_write(switch_rtp_t *rtp_session,
|
||||
case zrtp_status_ok:
|
||||
break;
|
||||
case zrtp_status_drop:
|
||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Error: zRTP protection drop with code %d\n", stat);
|
||||
/* switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Error: zRTP protection drop with code %d\n", stat); */
|
||||
ret = (int) bytes;
|
||||
goto end;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user