Commit 5c552a95 authored by Aditya Purandare's avatar Aditya Purandare Committed by Martin Linkhorst
Browse files

fix log message for #592 when no updates in hosted zones (#634)

parent 9eee9fe7
......@@ -284,7 +284,7 @@ func (p *AWSProvider) submitChanges(changes []*route53.Change) error {
// separate into per-zone change sets to be passed to the API.
changesByZone := changesByZone(zones, changes)
if len(changesByZone) == 0 {
log.Info("No matching hosted zones")
log.Info("All records are already up to date, there are no changes for the matching hosted zones")
}
for z, cs := range changesByZone {
......
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