[skip ci]Improve error message in rocksmq (#10196)

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
pull/10201/head
Xiangyu Wang 2021-10-19 17:54:37 +08:00 committed by GitHub
parent 88a2b2b07c
commit 736a2cc358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ func (c *client) consume(consumer *consumer) {
case _, ok := <-consumer.MsgMutex():
if !ok {
// consumer MsgMutex closed, goroutine exit
log.Debug("consumer MsgMutex closed")
log.Debug("Consumer MsgMutex closed")
return
}