diff --git a/res/res_pjsip_sdp_rtp.c b/res/res_pjsip_sdp_rtp.c index a3bc462942d97ec94a06725e8085ff8e10f2666c..ae200a73185e64c790213a98b618714303ef79f9 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 */