K 10 svn:author V 5 eugen K 8 svn:date V 27 2020-01-25T09:12:20.494187Z K 7 svn:log V 345 MFC r356863: 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. END