This commit is contained in:
Gordon 2022-03-04 17:26:08 +08:00
parent 9bbcf0c5d7
commit eb1e596cde

View File

@ -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
}