Skip to content

Commit

Permalink
Minor PR comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathsreekanth committed Oct 1, 2024
1 parent 5249ec5 commit b00432b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ func (s *service) updateConfigMap(getIPAddressByInterfacefunc GetIPAddressByInte
return
}

fmt.Println("ConfigMap updated successfully")
Log.Infof("ConfigMap updated successfully")
}

func (s *service) getIPAddressByInterface(interfaceName string, networkInterface NetworkInterface) (string, error) {
Expand Down Expand Up @@ -699,7 +699,6 @@ func (s *service) doProbe(ctx context.Context) error {

if err := s.nodeProbe(ctx); err != nil {
Log.Infof("nodeProbe failed: %s", err.Error())
// return err
}
}
return nil
Expand Down

0 comments on commit b00432b

Please sign in to comment.