Skip to content

Commit

Permalink
enhance: Remove duplicated log in proxy service (milvus-io#36110)
Browse files Browse the repository at this point in the history
Remove duplicate identical log in proxy/service.go

Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia authored and chyezh committed Sep 11, 2024
1 parent b2ac7bf commit 7e39fba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/distributed/proxy/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ func (s *Server) startExternalGrpc(grpcPort int, errChan chan error) {
if Params.TLSMode.GetAsInt() == 1 {
creds, err := credentials.NewServerTLSFromFile(Params.ServerPemPath.GetValue(), Params.ServerKeyPath.GetValue())
if err != nil {
log.Warn("proxy can't create creds", zap.Error(err))
log.Warn("proxy can't create creds", zap.Error(err))
errChan <- err
return
Expand Down

0 comments on commit 7e39fba

Please sign in to comment.