Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
groot 2021-10-27 14:56:48 +08:00 committed by GitHub
parent 2c09891137
commit 4d41bbe32f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,12 +122,12 @@ func (s *Server) Run() error {
if err := s.init(); err != nil {
return err
}
log.Debug("proxy node init done ...")
log.Debug("Proxy node init done ...")
if err := s.start(); err != nil {
return err
}
log.Debug("proxy node start done ...")
log.Debug("Proxy node start done ...")
return nil
}