When a call is being setup, a couple seconds of audio may be sent
unencrypted. This seems to trigger the log message here with every
such packet.
case zrtp_status_ok:
break;
case zrtp_status_drop:
- switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "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;