From de7ef19034596643e86d13bb4c25581580f45194 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 <31820853+zhengkunwang223@users.noreply.github.com> Date: Thu, 8 Jun 2023 23:20:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E6=97=B6=E5=90=8C=E6=AD=A5=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E7=9A=84=E6=8A=A5=E9=94=99=20(#1301)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/init/business/business.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/init/business/business.go b/backend/init/business/business.go index aa4613615..0ca54a1d5 100644 --- a/backend/init/business/business.go +++ b/backend/init/business/business.go @@ -22,7 +22,7 @@ func syncApp() { } global.LOG.Info("sync app start...") if err := service.NewIAppService().SyncAppListFromRemote(); err != nil { - global.LOG.Errorf("sync app error: %s", err.Error()) + global.LOG.Errorf("sync app error") return } global.LOG.Info("sync app successful")