DismissGroup

This commit is contained in:
withchao 2023-05-22 10:48:18 +08:00
parent 7f585330ae
commit 74289e912f

View File

@ -172,7 +172,7 @@ func (c *MsgClient) Notification(ctx context.Context, sendID, recvID string, con
if err == nil { if err == nil {
log.ZDebug(ctx, "MsgClient Notification SendMsg success", "req", &req) log.ZDebug(ctx, "MsgClient Notification SendMsg success", "req", &req)
} else { } else {
log.ZError(ctx, "MsgClient Notification SendMsg failed %s\n", err, "req", &req) log.ZError(ctx, "MsgClient Notification SendMsg failed", err, "req", &req)
} }
return err return err
} }