mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-03 06:01:30 +08:00
log
This commit is contained in:
parent
4e8b240dc6
commit
0a2e4d2325
@ -110,7 +110,7 @@ func (ws *WServer) MultiTerminalLoginChecker(uid string, platformID int32, newCo
|
|||||||
log.NewWarn(operationID, uid, platformID, "kick old conn end")
|
log.NewWarn(operationID, uid, platformID, "kick old conn end")
|
||||||
m, err := db.DB.GetTokenMapByUidPid(uid, constant.PlatformIDToName(platformID))
|
m, err := db.DB.GetTokenMapByUidPid(uid, constant.PlatformIDToName(platformID))
|
||||||
if err != nil && err != redis.ErrNil {
|
if err != nil && err != redis.ErrNil {
|
||||||
log.NewError(operationID, "get token from redis err", err.Error())
|
log.NewError(operationID, "get token from redis err", err.Error(), uid)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if m == nil {
|
if m == nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user