Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
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

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
}