#3907 优化日志

Merged
chenyifan01 merged 1 commits from fix-3718 into V20230322 1 year ago
  1. +1
    -1
      modules/grampus/resty.go

+ 1
- 1
modules/grampus/resty.go View File

@@ -506,7 +506,7 @@ sendjob:
}

if result.ImageId == "" {
return fmt.Errorf("CommitImage err: imageid is empty.")
return fmt.Errorf("CommitImage err: imageid is empty. %s", result.ErrorMsg)
}

image := models.Image{


Loading…
Cancel
Save