[skip e2e]Improve log (#13706)

Signed-off-by: sunby <bingyi.sun@zilliz.com>

Co-authored-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
Bingyi Sun 2021-12-20 11:16:52 +08:00 committed by GitHub
parent 9e0219ec3f
commit 229a727b3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -454,7 +454,7 @@ func (s *Server) startDataNodeTtLoop(ctx context.Context) {
}
msgPack := ttMsgStream.Consume()
if msgPack == nil {
log.Debug("receive nil tt msg, shutdown tt channel")
log.Debug("receive nil timetick msg and shutdown timetick channel")
return
}
for _, msg := range msgPack.Msgs {