]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon/worker: decrease log level of uv_udp_connect() failure docs-develop-log-7sjd37/deployments/5748
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 19 Nov 2024 07:42:44 +0000 (08:42 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 25 Nov 2024 12:45:45 +0000 (13:45 +0100)
commit52bf406d583769adc2a77a4d223c110411529786
tree0d5b2dc170d6b3cd076b65bac292454de454ade1
parente3c9d63badb0938839a3c75715a23c4b44c6c6bb
daemon/worker: decrease log level of uv_udp_connect() failure

In particular, ENETUNREACH happens on systems without IPv6,
and it doesn't make much sense to log about that by default:
  [io    ] Failed to establish udp connection: address not available

Introduced in 82e1d596 (v6.0.9).

Also log the IP address.
NEWS
daemon/worker.c