From 4b4e29df92b19297f204c0ca4c3838ef9f547a11 Mon Sep 17 00:00:00 2001 From: Xieql Date: Tue, 4 Jan 2022 09:21:18 +0800 Subject: [PATCH] [skip e2e] Improve annotation (#14654) Signed-off-by: Xieql --- internal/msgstream/mq_msgstream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/msgstream/mq_msgstream.go b/internal/msgstream/mq_msgstream.go index 70fe482ea7..9070f0523e 100644 --- a/internal/msgstream/mq_msgstream.go +++ b/internal/msgstream/mq_msgstream.go @@ -100,7 +100,7 @@ func NewMqMsgStream(ctx context.Context, func (ms *mqMsgStream) AsProducer(channels []string) { for _, channel := range channels { if len(channel) == 0 { - log.Error("MsgStream asProducer's channel is a empty string") + log.Error("MsgStream asProducer's channel is an empty string") break } fn := func() error {