]> git.tuebingen.mpg.de Git - paraslash.git/commit
audiod: Demote severity level of command errors.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 17 Jul 2022 19:33:24 +0000 (21:33 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 28 Jul 2022 14:39:04 +0000 (16:39 +0200)
commit55adba3f7fc5619bd433c13d07ecb62e7b4d46a8
treeecae3db552238a43eb33f965940abb4a6d09568e
parent11f0a9ed46af7823dd9162379b5ace8c61237897
audiod: Demote severity level of command errors.

handle_connect() returning negative is a normal condition which
occurs, for example, when the user specifies an invalid argument to
a command. Therefore the "notice" severity level is more appropriate
than the current "error" severity.
audiod.c