mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 11:11:05 +00:00
res_srtp: Change Unsupported crypto suite msg from verbose to debug
There's really no point in spamming logs with a verbose message
for every unsupported crypto suite an older client may send
in an SDP. If none are supported, there will be an error or
warning.
(cherry picked from commit 2717068e1b
)
This commit is contained in:
committed by
Asterisk Development Team
parent
e6822d7647
commit
0e5c832703
@@ -957,7 +957,7 @@ static int res_sdp_crypto_parse_offer(struct ast_rtp_instance *rtp, struct ast_s
|
||||
key_len_expected = AES_256_GCM_KEYSIZE_WSALT;
|
||||
#endif
|
||||
} else {
|
||||
ast_verb(1, "Unsupported crypto suite: %s\n", suite);
|
||||
ast_debug(3, "Unsupported crypto suite: %s\n", suite);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user