mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
log
This commit is contained in:
parent
e375188889
commit
2d3d351e26
@ -111,7 +111,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