From 3c381ef0ecf5adbc0b0e9c386099e058666484b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 10 Apr 2020 13:47:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=9B=BE=E7=89=87=E6=9C=AA?= =?UTF-8?q?=E7=9F=A5=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxutils/datares/datares.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxutils/datares/datares.go b/business/jxutils/datares/datares.go index 267ad6da7..e74fa097c 100644 --- a/business/jxutils/datares/datares.go +++ b/business/jxutils/datares/datares.go @@ -131,6 +131,7 @@ func TryRegisterDataResource(ctx *jxcontext.Context, name, resourceURL string, i return dataRes, nil } resBinary, hashCode, err := jxutils.DownloadFileByURL(resourceURL) + globals.SugarLogger.Debugf("TryRegisterDataResource2, resBinary:%s, hashCode:%s", resBinary, hashCode) if err != nil { return nil, err }