[skip e2e] Improve annotation (#14709)

Signed-off-by: Xieql <qianglong.xie@zilliz.com>
This commit is contained in:
Xieql 2022-01-05 14:02:47 +08:00 committed by GitHub
parent 7031a511ce
commit c21a53a0eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,7 @@ func (ms *mqMsgStream) AsConsumerWithPosition(channels []string, subName string,
func (ms *mqMsgStream) AsReader(channels []string, subName 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 {