mirror of https://github.com/milvus-io/milvus.git
[skip ci]Improve log style (#13008)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>pull/13015/head
parent
48c5632277
commit
a78b2010e9
|
@ -429,7 +429,7 @@ func (s *Server) startStatsChannel(ctx context.Context) {
|
|||
for {
|
||||
select {
|
||||
case <-ctx.Done():
|
||||
log.Debug("stats channel shutdown")
|
||||
log.Debug("statistics channel shutdown")
|
||||
return
|
||||
default:
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue