]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Whitelisted driver is not a very informative information. Remove it.
authorVincent Bernat <bernat@luffy.cx>
Thu, 29 Dec 2011 06:37:16 +0000 (07:37 +0100)
committerVincent Bernat <bernat@luffy.cx>
Thu, 29 Dec 2011 06:37:16 +0000 (07:37 +0100)
src/interfaces.c

index 3c6d217597ee430356e3e3bc70304b901b6f89c0..312189e365542bb094c8192485b63027180c6c19 100644 (file)
@@ -444,8 +444,6 @@ iface_minimal_checks(struct lldpd *cfg, struct ifaddrs *ifa)
                for (rif = regular_interfaces; *rif; rif++) {
                        if (strcmp(ethc.driver, *rif) == 0) {
                                /* White listed! */
-                               LLOG_DEBUG("%s is using %s: whitelisted",
-                                          ifa->ifa_name, ethc.driver);
                                return 1;
                        }
                }