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
9bbcf0c5d7
commit
eb1e596cde
@ -150,6 +150,6 @@ func callbackWordFilter(msg *pbChat.SendMsgReq) (canSend bool, err error) {
|
|||||||
}
|
}
|
||||||
log.NewDebug(msg.OperationID, utils.GetSelfFuncName(), string(msg.MsgData.Content))
|
log.NewDebug(msg.OperationID, utils.GetSelfFuncName(), string(msg.MsgData.Content))
|
||||||
}
|
}
|
||||||
log.NewDebug(msg.OperationID, utils.GetSelfFuncName(), err.Error())
|
log.NewDebug(msg.OperationID, utils.GetSelfFuncName())
|
||||||
return true, err
|
return true, err
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user