diff --git a/internal/datacoord/server.go b/internal/datacoord/server.go index 3428bbcedf..60fe461c3f 100644 --- a/internal/datacoord/server.go +++ b/internal/datacoord/server.go @@ -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: }