mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 14:29:19 +08:00
log
This commit is contained in:
@@ -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(), err.Error())
|
||||
log.NewDebug(msg.OperationID, utils.GetSelfFuncName())
|
||||
return true, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user