diff --git a/business/jxutils/datares/datares.go b/business/jxutils/datares/datares.go index 49a84ac90..164966208 100644 --- a/business/jxutils/datares/datares.go +++ b/business/jxutils/datares/datares.go @@ -131,7 +131,7 @@ func TryRegisterDataResource(ctx *jxcontext.Context, name, resourceURL string, i return dataRes, nil } resBinary, hashCode, err := jxutils.DownloadFileByURL(resourceURL) - globals.SugarLogger.Debugf("TryRegisterDataResource2, name:%s,resBinary:%s, hashCode:%s", name, resBinary, hashCode) + globals.SugarLogger.Debugf("TryRegisterDataResource2, name:%s,resBinary:%s, hashCode:%s, err: %v", name, resBinary, hashCode, err) if err != nil { return nil, err }