From 7bf4d409354b8c08c8172564f355e20fa1edf0c6 Mon Sep 17 00:00:00 2001 From: coward Date: Thu, 9 May 2024 11:50:05 +0800 Subject: [PATCH] =?UTF-8?q?:art:=E5=B1=8F=E8=94=BD=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=97=A5=E8=87=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- queues/async_wg_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queues/async_wg_config.go b/queues/async_wg_config.go index 40e05f4..c1a57d0 100644 --- a/queues/async_wg_config.go +++ b/queues/async_wg_config.go @@ -20,7 +20,7 @@ func asyncWireguardConfigFile() { for { result, err := client.Redis.BRPop(context.Background(), 0, fmt.Sprintf("%s", constant.SyncWgConfigFile)).Result() if err != nil { - log.Errorf("获取任务失败") + //log.Errorf("获取任务失败") continue }