]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_srtp: Change Unsupported crypto suite msg from verbose to debug
authorGeorge Joseph <gjoseph@sangoma.com>
Fri, 1 Nov 2024 14:22:14 +0000 (08:22 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Mon, 4 Nov 2024 15:34:16 +0000 (15:34 +0000)
commit39ed13940bffa6a05e2880f8fa9fb45694e75589
tree5edcc593eee2a245ff5e18e311fd734605be0237
parent4f1987f21e69162ee3c21fed4594b54325b4c531
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.
res/res_srtp.c