aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/redis.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/redis.go b/config/redis.go
index 8aa370d..bfec5a0 100644
--- a/config/redis.go
+++ b/config/redis.go
@@ -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())
}
}