Skip to content

Commit

Permalink
Merge pull request #304 from Miciah/dns-slash-aws-do-not-include-reco…
Browse files Browse the repository at this point in the history
…rd-in-error-messages

dns/aws: Do not include record in error messages
  • Loading branch information
openshift-merge-robot authored Sep 27, 2019
2 parents a710e2f + 12b9561 commit a4f116f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dns/aws/dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func (m *Provider) change(record *iov1.DNSRecord, zone configv1.DNSZone, action

zoneID, err := m.getZoneID(zone)
if err != nil {
return fmt.Errorf("failed to find hosted zone for record %v: %v", record, err)
return fmt.Errorf("failed to find hosted zone for record: %v", err)
}

// Find the target hosted zone of the load balancer attached to the service.
Expand Down

0 comments on commit a4f116f

Please sign in to comment.