mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-16 17:09:17 +08:00
log for msg_gateway cluster
This commit is contained in:
parent
e5a7810d6e
commit
4529047349
@ -138,7 +138,9 @@ func (ws *WServer) MultiTerminalLoginRemoteChecker(userID string, platformID int
|
|||||||
}
|
}
|
||||||
if resp.ErrCode != 0 {
|
if resp.ErrCode != 0 {
|
||||||
log.Error(operationID, "MultiTerminalLoginCheck errCode, errMsg: ", resp.ErrCode, resp.ErrMsg)
|
log.Error(operationID, "MultiTerminalLoginCheck errCode, errMsg: ", resp.ErrCode, resp.ErrMsg)
|
||||||
|
continue
|
||||||
}
|
}
|
||||||
|
log.Debug(operationID, "MultiTerminalLoginCheck resp ", resp.String())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user