Skip to content
Snippets Groups Projects
Unverified Commit e67b50b9 authored by GyDi's avatar GyDi Committed by GitHub
Browse files

chore: adjust guard log

parent 9e3c0809
No related branches found
No related tags found
No related merge requests found
......@@ -169,8 +169,6 @@ impl Sysopt {
loop {
sleep(Duration::from_secs(wait_secs)).await;
log::debug!("guard heartbeat detection");
let verge = Verge::new();
let enable_proxy = verge.enable_system_proxy.unwrap_or(false);
......@@ -185,7 +183,7 @@ impl Sysopt {
break;
}
log::info!("try to guard proxy");
log::debug!("try to guard the system proxy");
let clash = Clash::new();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment