Update warning message

This commit is contained in:
Luke Plausin 2022-05-13 14:47:43 +01:00
parent c623580ddf
commit c01c7fe936

View File

@ -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 ""