Fixup debug log line in federation controller

pull/6/head
Matt Liggett 2016-06-24 12:32:03 -07:00
parent f949b24ee0
commit 772ba36a72
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ func (s *ServiceController) ensureDnsRrsets(dnsZoneName, dnsName string, endpoin
} }
} else { } else {
// the rrset already exists, so make it right. // the rrset already exists, so make it right.
glog.V(4).Infof("Recordset %v already exists. Ensuring that it is correct.") glog.V(4).Infof("Recordset %v already exists. Ensuring that it is correct.", rrset)
if len(endpoints) < 1 { if len(endpoints) < 1 {
// Need an appropriate CNAME record. Check that we have it. // Need an appropriate CNAME record. Check that we have it.
newRrset := rrsets.New(dnsName, []string{uplevelCname}, minDnsTtl, rrstype.CNAME) newRrset := rrsets.New(dnsName, []string{uplevelCname}, minDnsTtl, rrstype.CNAME)