diff --git a/internal/push/push_handler.go b/internal/push/push_handler.go index 7d393de8e..16429439a 100644 --- a/internal/push/push_handler.go +++ b/internal/push/push_handler.go @@ -94,7 +94,7 @@ func (c *ConsumerHandler) handleMs2PsChat(ctx context.Context, msg []byte) { if nowSec-sec > 10 { prommetrics.MsgLoneTimePushCounter.Inc() - log.ZWarn(ctx, "long time push msg", nil, "msg", pbData.String(), "sec", sec, "nowSec", nowSec, "nowSec-sec", nowSec-sec) + log.ZWarn(ctx, "It’s been a while since the message was sent, so the receiver can’t get it now.", nil, "msg", pbData.String(), "sec", sec, "nowSec", nowSec, "nowSec-sec", nowSec-sec) } var err error switch msgFromMQ.MsgData.SessionType {