callback log

This commit is contained in:
wangchuxiao
2023-06-09 19:19:27 +08:00
parent 2c0ec630fd
commit ab99be68e8
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -72,6 +72,7 @@ func (m *msgServer) sendMsgNotification(ctx context.Context, req *pbMsg.SendMsgR
}
func (m *msgServer) sendMsgSingleChat(ctx context.Context, req *pbMsg.SendMsgReq) (resp *pbMsg.SendMsgResp, err error) {
defer log.ZDebug(ctx, "sendMsgSingleChat return line")
promePkg.Inc(promePkg.SingleChatMsgRecvSuccessCounter)
if err := m.messageVerification(ctx, req); err != nil {
return nil, err