]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
netlink: make error message more explicit
authorVincent Bernat <vincent@bernat.im>
Tue, 18 Aug 2015 08:58:15 +0000 (10:58 +0200)
committerVincent Bernat <vincent@bernat.im>
Tue, 18 Aug 2015 08:58:15 +0000 (10:58 +0200)
But there is some other reason behind it. This needs to be investigated
at some point.

src/daemon/netlink.c

index 88dbd65323d0d4ca8e80088625349db0190125e1..b8729bd34e4d109b76760bda668db631645502f1 100644 (file)
@@ -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;