mirror of https://github.com/milvus-io/milvus.git
Print msgID instead of msg (#16268)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/16445/head
parent
6440c0dd98
commit
f18b3c44ee
|
@ -378,7 +378,7 @@ func (q *queryCollection) consumeQuery() {
|
|||
case *msgstream.SealedSegmentsChangeInfoMsg:
|
||||
q.adjustByChangeInfo(sm)
|
||||
default:
|
||||
log.Warn("unsupported msg type in search channel", zap.Any("msg", sm))
|
||||
log.Warn("unsupported msg type in search channel", zap.Int64("msgID", sm.ID()))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue