]> git.alsa-project.org Git - alsa-lib.git/commit
error: return old snd_lib_error_set_handler() behaviour
authorJaroslav Kysela <perex@perex.cz>
Wed, 7 Jan 2026 16:41:03 +0000 (17:41 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 7 Jan 2026 16:48:39 +0000 (17:48 +0100)
commitf55eece85c367558cc770538b1e2414ebc615e38
treed410f6dfeddf15d2887fa38deb4c1c48e687e0f4
parent731d5fb9d8802c72555a66ecd6bc4a5ec9005e4d
error: return old snd_lib_error_set_handler() behaviour

Unfortunately, the case when the old application sets
own error callback using the old method, was not handled
properly in snd_lib_vlog_default() function.

Make sure that only error messages are passed to this
old callback and silent other log priorities.

Link: https://bugs.gentoo.org/968131
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/error.c