mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 22:38:49 +01:00
🎨 logging
This commit is contained in:
parent
1f0e62893b
commit
4313f29736
1 changed files with 1 additions and 1 deletions
|
|
@ -539,7 +539,7 @@ func getOssUploadToken(filename, cloudDirPath string, length int64) (ret string,
|
|||
code := result["code"].(float64)
|
||||
if 0 != code {
|
||||
msg := result["msg"].(string)
|
||||
util.LogErrorf("download cloud file failed: %s", msg)
|
||||
util.LogErrorf("get file [%s] upload token failed: %s", filename, msg)
|
||||
err = errors.New(fmt.Sprintf(Conf.Language(93), msg))
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue