i18n: logs in aria2/auth/cache/cluster/serializer

This commit is contained in:
HFO4
2022-09-29 17:40:56 +08:00
parent 7366ff534e
commit 9bb4a5263c
11 changed files with 37 additions and 34 deletions

2
pkg/cache/redis.go vendored
View File

@@ -66,7 +66,7 @@ func NewRedisStore(size int, network, address, password, database string) *Redis
redis.DialPassword(password),
)
if err != nil {
util.Log().Warning("无法创建Redis连接%s", err)
util.Log().Warning("Failed to create Redis connection: %s", err)
return nil, err
}
return c, nil