Unverified Commit 8b07536f authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub
Browse files

Merge pull request #2471 from NicklasWallgren/bugfix/cloudflare-logging

Cloudflare provider - Removed incorrect log message
Showing with 0 additions and 4 deletions
+0 -4
......@@ -387,10 +387,6 @@ func (p *CloudFlareProvider) newCloudFlareChange(action string, endpoint *endpoi
ttl = int(endpoint.RecordTTL)
}
if len(endpoint.Targets) > 1 {
log.Errorf("Updates should have just one target")
}
return &cloudFlareChange{
Action: action,
ResourceRecord: cloudflare.DNSRecord{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment