]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon/udp_queue: drop the error logging
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 12 Feb 2021 09:06:25 +0000 (10:06 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 12 Feb 2021 10:12:42 +0000 (11:12 +0100)
commit9ec48167e479231e6b5e8eb26d73bb40f4e18533
tree81da84ef7741af468cef20d541dd0bca95d76936
parent49169192e78df9ba3bab71de65c0cb6876745adf
daemon/udp_queue: drop the error logging

We should do this for all transports and probably just in verbose mode.
We were printing lots of these on Turris OS (for one user at least):
https://forum.turris.cz/t/5-1-8-kresd-throwing-many-errors-in-var-log-messages/14775

EACCESS in particular apparently may happen (on Linux) when the network
is "unavailable", EPERM because of firewall/netfilter:
https://stackoverflow.com/a/23869102
NEWS
daemon/udp_queue.c