Skip to content

Commit 3c7f54d

Browse files
committed
lol
1 parent 867c9d8 commit 3c7f54d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netwatch/src/netmon/actor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use anyhow::Result;
88
use futures_lite::future::Boxed as BoxFuture;
99
use os::{is_interesting_interface, RouteMonitor};
1010
use tokio::sync::{mpsc, oneshot};
11-
use tracing::{debug, info, trace, warn};
11+
use tracing::{debug, trace, warn};
1212

1313
#[cfg(target_os = "android")]
1414
use super::android as os;

netwatch/src/netmon/linux.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use netlink_packet_route::{address, route, RouteNetlinkMessage};
1414
use netlink_sys::{AsyncSocket, SocketAddr};
1515
use rtnetlink::new_connection;
1616
use tokio::{sync::mpsc, task::JoinHandle};
17-
use tracing::{info, trace, warn};
17+
use tracing::{debug, trace, warn};
1818

1919
use super::actor::NetworkMessage;
2020
use crate::ip::is_link_local;

0 commit comments

Comments
 (0)