[skip ci]Improve log style (#13008)

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-08 20:27:06 +08:00 committed by GitHub
parent 48c5632277
commit a78b2010e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
}