From: Vincent Bernat Date: Thu, 29 Dec 2011 06:37:16 +0000 (+0100) Subject: Whitelisted driver is not a very informative information. Remove it. X-Git-Tag: 0.5.6~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3bfd57f32cbfc820ee4ccb735cd911b0e0b8e1a6;p=thirdparty%2Flldpd.git Whitelisted driver is not a very informative information. Remove it. --- diff --git a/src/interfaces.c b/src/interfaces.c index 3c6d2175..312189e3 100644 --- a/src/interfaces.c +++ b/src/interfaces.c @@ -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; } }