From: Vincent Bernat Date: Tue, 18 Aug 2015 08:58:15 +0000 (+0200) Subject: netlink: make error message more explicit X-Git-Tag: 0.8.0~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5409dfa2aaa8866574731a077a076a7f8b7f4da7;p=thirdparty%2Flldpd.git netlink: make error message more explicit But there is some other reason behind it. This needs to be investigated at some point. --- diff --git a/src/daemon/netlink.c b/src/daemon/netlink.c index 88dbd653..b8729bd3 100644 --- a/src/daemon/netlink.c +++ b/src/daemon/netlink.c @@ -164,7 +164,7 @@ netlink_parse_link(struct rtnl_link *link) nl_addr_get_len(mac)); } if (!iff->address) { - log_info("netlink", "interface %d does not have a name or an address, skip", + log_info("netlink", "interface %d does not have a MAC address, skip", iff->index); interfaces_free_device(iff); return NULL;