Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/10742/head
groot 2021-10-27 14:58:38 +08:00 committed by GitHub
parent 4d41bbe32f
commit 84f5075452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ func (s *Server) Run() error {
if err := s.start(); err != nil {
return err
}
log.Debug("QueryCoord start done ...")
return nil
}