We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed9516 commit 173a842Copy full SHA for 173a842
src/os/lsof_utils.rs
@@ -3,7 +3,10 @@ use std::{ffi::OsStr, net::IpAddr, process::Command, sync::OnceLock};
3
use log::warn;
4
use regex::Regex;
5
6
-use crate::network::{LocalSocket, Protocol};
+use crate::{
7
+ mt_log,
8
+ network::{LocalSocket, Protocol},
9
+};
10
11
#[allow(dead_code)]
12
#[derive(Debug, Clone)]
0 commit comments