Skip to content

Commit

Permalink
wip: improve error
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jan 17, 2024
1 parent c1f8938 commit 025621a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/dns/ionos/ionos.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func (d *DNSProvider) CleanUp(domain, _, keyAuth string) error {
}
}

return fmt.Errorf("ionos: failed to remove record (zone=%s, domain=%s, fqdn=%s, value=%s): %w", zone.ID, domain, info.EffectiveFQDN, info.Value, err)
return fmt.Errorf("ionos: failed to remove record (zone=%s, domain=%s, fqdn=%s, value=%s)", zone.ID, domain, info.EffectiveFQDN, info.Value)
}

func findZone(zones []internal.Zone, domain string) *internal.Zone {
Expand Down

0 comments on commit 025621a

Please sign in to comment.