[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
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
1 changed files with 1 additions and 1 deletions

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