Skip to content

Commit

Permalink
minor change in a variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
skylerxhu committed Aug 7, 2023
1 parent 3d3c628 commit d6d9023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cloud/services/compute/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (s *Service) normalizePortTarget(port *infrav1.PortOpts, openStackCluster *
if err != nil {
// Multiple matches might be ok later when we restrict matches to a single network
if errors.Is(err, networking.ErrMultipleMatches) {
s.scope.Logger().V(4).Info("Couldn't infer network from subnet", "subnet", i, "err", err)
s.scope.Logger().V(4).Info("Couldn't infer network from subnet", "subnetIndex", i, "err", err)
continue
}

Expand Down

0 comments on commit d6d9023

Please sign in to comment.