forked from external/yambar
module/network: remove debug logging
This commit is contained in:
parent
e6745f55dd
commit
502c2bd746
1 changed files with 0 additions and 2 deletions
|
@ -141,8 +141,6 @@ netlink_connect(void)
|
||||||
.nl_groups = RTMGRP_LINK | RTMGRP_IPV4_IFADDR | RTMGRP_IPV6_IFADDR,
|
.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) {
|
if (bind(sock, (const struct sockaddr *)&addr, sizeof(addr)) == -1) {
|
||||||
LOG_ERRNO("failed to bind netlink socket");
|
LOG_ERRNO("failed to bind netlink socket");
|
||||||
close(sock);
|
close(sock);
|
||||||
|
|
Loading…
Add table
Reference in a new issue