diff --git a/res/res_pjsip_sdp_rtp.c b/res/res_pjsip_sdp_rtp.c index a3bc462942..ae200a7318 100644 --- a/res/res_pjsip_sdp_rtp.c +++ b/res/res_pjsip_sdp_rtp.c @@ -1144,7 +1144,7 @@ static int setup_sdes_srtp(struct ast_sip_session_media *session_media, return 0; } - ast_log(LOG_WARNING, "Ignoring crypto offer with unsupported parameters: %s\n", crypto_str); + ast_debug(1, "Ignoring crypto offer with unsupported parameters: %s\n", crypto_str); } /* no usable crypto attributes found */