chore: godaddy s/Discard/Ignore/g - its confusing

This commit is contained in:
Timofey Titovets 2023-02-21 07:27:17 +01:00
parent d679fdb110
commit bbce4a843e

View File

@ -247,7 +247,7 @@ func (p *GDProvider) records(ctx *context.Context, zone string, all bool) (*gdRe
results.records = append(results.records, rec)
} else {
log.Infof("GoDaddy: Discard record %s for %s is %+v", rec.Name, zone, rec)
log.Infof("GoDaddy: Ignore record %s for %s is %+v", rec.Name, zone, rec)
}
}