[skip e2e]Improve log (#13705)

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:06:43 +08:00 committed by GitHub
parent 279316e09b
commit 06c4662e97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -448,7 +448,7 @@ func (s *Server) startDataNodeTtLoop(ctx context.Context) {
for {
select {
case <-ctx.Done():
log.Debug("data node tt loop shutdown")
log.Debug("DataNode timetick loop shutdown")
return
default:
}