Skip to content

Commit

Permalink
Merge pull request #808 from omertuc/notformat
Browse files Browse the repository at this point in the history
OCPBUGS-1807: Fix bad `handleSingleNode4Dot11Upgrade` log message
  • Loading branch information
openshift-merge-robot committed Oct 28, 2022
2 parents 992b43b + f54c42a commit 0bb2f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/operator/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ func (o *Operator) handleSingleNode4Dot11Upgrade() error {
return fmt.Errorf("unable to update ingress config %q: %w", ingressConfigName.Name, err)
}

log.Info("Patched %q ingress config defaultPlacement status to %q", ingressConfigName.Name, desiredDefaultPlacement)
log.Info("Patched ingress config defaultPlacement status", ingressConfigName.Name, desiredDefaultPlacement)

return nil
}
Expand Down

0 comments on commit 0bb2f9f

Please sign in to comment.