]> 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)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Mon, 4 Nov 2024 15:34:22 +0000 (15:34 +0000)
commitd5a062688925f87bff2eb1e6adb05c0723adf764
treed8967385956223e8697cdcd308207c87f06d6270
parentfbe8f8ff46a8e7c893296149a1c6ce7c1dc20c88
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