mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 05:03:45 +08:00
chore: adjust guard log
This commit is contained in:
parent
2b9c5d0cff
commit
7834cfe5f0
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user