mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
[skip ci]Improve error message in rocksmq (#10196)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
This commit is contained in:
parent
88a2b2b07c
commit
736a2cc358
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user