[skip e2e] Improve annotation (#14654)

Signed-off-by: Xieql <qianglong.xie@zilliz.com>
This commit is contained in:
Xieql 2022-01-04 09:21:18 +08:00 committed by GitHub
parent 0d3333c1e6
commit 4b4e29df92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {