module/network: remove debug logging

This commit is contained in:
Daniel Eklöf 2019-01-19 17:01:38 +01:00
parent e6745f55dd
commit 502c2bd746

View file

@ -141,8 +141,6 @@ netlink_connect(void)
.nl_groups = RTMGRP_LINK | RTMGRP_IPV4_IFADDR | RTMGRP_IPV6_IFADDR,
};
LOG_WARN("nl_pid_value = 0x%08x", addr.nl_pid);
if (bind(sock, (const struct sockaddr *)&addr, sizeof(addr)) == -1) {
LOG_ERRNO("failed to bind netlink socket");
close(sock);