Fix a typo (#10192)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/10263/head
groot 2021-10-20 12:46:42 +08:00 committed by GitHub
parent 45ef1e60ce
commit 76b053a11c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ func (s *Server) initCluster() error {
func (s *Server) initServiceDiscovery() error {
sessions, rev, err := s.session.GetSessions(typeutil.DataNodeRole)
if err != nil {
log.Debug("dataCoord initMeta failed", zap.Error(err))
log.Debug("dataCoord initServiceDiscovery failed", zap.Error(err))
return err
}
log.Debug("registered sessions", zap.Any("sessions", sessions))