i18n: error codes for aria2 / callback/ directory operation

This commit is contained in:
HFO4
2022-07-20 19:59:13 +08:00
parent a1880672b1
commit 08104646ba
10 changed files with 76 additions and 54 deletions

View File

@@ -57,7 +57,7 @@ func UpyunCallback(c *gin.Context) {
if err := c.ShouldBind(&callbackBody); err == nil {
if callbackBody.Code != 200 {
util.Log().Debug(
"又拍云回调返回错误代码%d信息%s",
"Upload callback returned error code:%d, message: %s",
callbackBody.Code,
callbackBody.Message,
)