fix(log): wrong pos in many alerts
This commit is contained in:
parent
c408afc879
commit
d38c57b830
5 changed files with 46 additions and 46 deletions
|
@ -23,6 +23,6 @@ func CloseRedisClient() {
|
|||
}
|
||||
err := redisClient.Close()
|
||||
if err != nil {
|
||||
utils.SendAlert("exp/member.go - Closing redis client", err.Error())
|
||||
utils.SendAlert("config/redis.go - Closing redis client", err.Error())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue