This commit is contained in:
Gordon 2022-03-04 18:21:14 +08:00
parent 29f849c184
commit 08022497e6

View File

@ -99,7 +99,7 @@ func callbackBeforeSendGroupMsg(msg *pbChat.SendMsgReq) (canSend bool, err error
return false, nil
}
}
log.NewDebug(msg.OperationID, utils.GetSelfFuncName(), err.Error())
log.NewDebug(msg.OperationID, utils.GetSelfFuncName())
return true, err
}