}
if (ethc.port == PORT_AUI) port->p_mau_type = LLDP_DOT3_MAU_AUI;
} else
- LLOG_INFO("unable to get eth info for %s", hardware->h_ifname);
+ LLOG_DEBUG("unable to get eth info for %s", hardware->h_ifname);
if (!INTERFACE_OPENED(hardware)) {
ifr.ifr_data = (caddr_t)ðc;
ethc.cmd = ETHTOOL_GSET;
if ((rc = ioctl(sock, SIOCETHTOOL, &ifr)) != 0) {
- LLOG_WARN("[priv]: unable to ioctl ETHTOOL for %s", ifname);
+ LLOG_DEBUG("[priv]: unable to ioctl ETHTOOL for %s", ifname);
must_write(remote, &rc, sizeof(int));
free(ifname);
close(sock);