summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mullvad-daemon/src/logging.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mullvad-daemon/src/logging.rs b/mullvad-daemon/src/logging.rs
index 72bdb2fc8d..cacd35fa80 100644
--- a/mullvad-daemon/src/logging.rs
+++ b/mullvad-daemon/src/logging.rs
@@ -39,6 +39,7 @@ const SILENCED_CRATES: &[&str] = &[
"mio",
"hyper",
"rtnetlink",
+ "netlink_proto",
"iproute2",
];
const SLIGHTLY_SILENCED_CRATES: &[&str] = &["mnl", "nftnl"];