mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 19:22:46 +08:00
fix log
This commit is contained in:
parent
5b248c82f5
commit
82777d641c
@ -26,7 +26,9 @@ func ImportFriendRoutine() {
|
|||||||
log.NewError(req.OperationID, utils.GetSelfFuncName(), req, err.Error())
|
log.NewError(req.OperationID, utils.GetSelfFuncName(), req, err.Error())
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
log.NewDebug(req.OperationID, utils.GetSelfFuncName(), "ImportFriendRoutine IDList", friendUserIDList)
|
||||||
if len(friendUserIDList) == 0 {
|
if len(friendUserIDList) == 0 {
|
||||||
|
log.NewError(req.OperationID, utils.GetSelfFuncName(), "len==0")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
req.FriendUserIDList = friendUserIDList
|
req.FriendUserIDList = friendUserIDList
|
||||||
|
Loading…
x
Reference in New Issue
Block a user