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

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
This commit is contained in:
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

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
}