Skip to content

Commit

Permalink
structured logging migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyler H committed Jul 26, 2023
1 parent 04684fa commit 621e806
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 @@ -94,7 +94,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", "subnet", i, "err", err)
continue
}

Expand Down

0 comments on commit 621e806

Please sign in to comment.