From b156e93409be7437da2aacd0643bda4a093e417e Mon Sep 17 00:00:00 2001 From: Akizon77 Date: Tue, 6 May 2025 21:32:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=AC=94=E8=AF=AF=EF=BC=8C=E5=86=99?= =?UTF-8?q?=E9=94=99=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 7fd6195..6720235 100644 --- a/main.go +++ b/main.go @@ -112,7 +112,7 @@ func update_komari() { // 检查并更新 err := updater.CheckAndUpdate() if err != nil { - log.Println("Update Failed: %v", err) + log.Printf("Update Failed: %v", err) } }