From e67b50b97617101596eeb76b27afc951667ab71c Mon Sep 17 00:00:00 2001
From: GyDi <segydi@foxmail.com>
Date: Thu, 21 Apr 2022 19:51:20 +0800
Subject: [PATCH] chore: adjust guard log

---
 src-tauri/src/core/sysopt.rs | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src-tauri/src/core/sysopt.rs b/src-tauri/src/core/sysopt.rs
index 83957ba..365a75b 100644
--- a/src-tauri/src/core/sysopt.rs
+++ b/src-tauri/src/core/sysopt.rs
@@ -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();
 
-- 
GitLab