]> git.tuebingen.mpg.de Git - paraslash.git/commit - net.c
net: Demote log level of error message in makesock().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 20 Mar 2022 18:48:41 +0000 (19:48 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 3 Oct 2022 20:53:49 +0000 (22:53 +0200)
commit05e4b3cc4504b19cdba83bab94c03f5c67c78658
treec837b3a66e263ad428acc71a4e88f7cb6ba3ec2c
parentac9cc8f21ddeb821134e657f509bb83cec8c1da4
net: Demote log level of error message in makesock().

This function has no idea how severe the failure actually is, so log
only with loglevel notice and let the callers be more verbose if this
is a stern error.

The visible result of this change is that audiod no longer prints a
warning every five seconds if the server is not running.
net.c