ifa_maintain_loopback_route: adjust debugging output
authoreugen <eugen@FreeBSD.org>
Sat, 18 Jan 2020 04:48:05 +0000 (04:48 +0000)
committereugen <eugen@FreeBSD.org>
Sat, 18 Jan 2020 04:48:05 +0000 (04:48 +0000)
commit26e153a7bbcca60426f9e8759d0123c3ef9b62d3
tree9cf4d69cfcbe6a5e54b15335843efc1bbacb1415
parentc384ccbec100478e1ef0270bb687a9edcb2ece8d
ifa_maintain_loopback_route: adjust debugging output

Correction after r333476:

- write this as LOG_DEBUG again instead of LOG_INFO;
- get back function name into the message;
- error may be ESRCH if an address is removed in process (by carp f.e.),
not only ENOENT;
- expression complexity grows, so try making it more readable.

MFC after: 1 week
sys/net/if.c