mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 12:25:38 +02:00
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,
|
||||
};
|
||||
|
||||
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue