diff --git a/provider/aws/aws.go b/provider/aws/aws.go index b289879b7..17b0a175e 100644 --- a/provider/aws/aws.go +++ b/provider/aws/aws.go @@ -885,7 +885,7 @@ func canonicalHostedZone(hostname string) string { if strings.HasSuffix(hostname, ".amazonaws.com") { // hostname is an AWS hostname, but could not find canonical hosted zone. // This could mean that a new region has been added but is not supported yet. - log.Warnf("Could not find canonical hosted zone for domain %s.", hostname) + log.Warnf("Could not find canonical hosted zone for domain %s. This may be because your region is not supported yet.", hostname) } return ""