i18n: logs in aria2/auth/cache/cluster/serializer
This commit is contained in:
2
pkg/cache/redis.go
vendored
2
pkg/cache/redis.go
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user