mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-08-07 19:50:07 +08:00
fix log
This commit is contained in:
parent
82777d641c
commit
7caccce907
@ -138,7 +138,7 @@ func SetPassword(c *gin.Context) {
|
|||||||
case ChImportFriend <- &pbFriend.ImportFriendReq{
|
case ChImportFriend <- &pbFriend.ImportFriendReq{
|
||||||
OperationID: params.OperationID,
|
OperationID: params.OperationID,
|
||||||
FromUserID: userID,
|
FromUserID: userID,
|
||||||
OpUserID: userID,
|
OpUserID: config.Config.Manager.AppManagerUid[0],
|
||||||
}:
|
}:
|
||||||
case <-time.After(time.Second * 2):
|
case <-time.After(time.Second * 2):
|
||||||
log.NewWarn(params.OperationID, utils.GetSelfFuncName(), "to ChImportFriend timeOut")
|
log.NewWarn(params.OperationID, utils.GetSelfFuncName(), "to ChImportFriend timeOut")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user