]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
don't log ZRTP protection drops
authorTravis Cross <tc@traviscross.com>
Thu, 24 May 2012 03:52:51 +0000 (03:52 +0000)
committerTravis Cross <tc@traviscross.com>
Thu, 24 May 2012 03:52:51 +0000 (03:52 +0000)
At least until we can distinguish the meaningful ones from the noise.

src/switch_rtp.c

index 92c580664ea44d351b9c2df9b41f39d778fefb3c..c91175a108df9d72f1d79804fdfcc307dd290a8e 100644 (file)
@@ -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;