xds: fixes typo in multi hostname warning

pull/21655/head
Tom Davies 2024-08-25 00:33:00 +01:00
parent a80ee727dd
commit f270ab5946
1 changed files with 1 additions and 1 deletions

View File

@ -1873,7 +1873,7 @@ func configureClusterWithHostnames(
endpoints = append(endpoints, fallback)
}
if len(uniqueHostnames) > 1 && envoyMaxEndpoints == 1 {
logger.Warn(fmt.Sprintf("service contains instances with more than one unique hostname; only %q be resolved by Envoy", hostname),
logger.Warn(fmt.Sprintf("service contains instances with more than one unique hostname; only %q will be resolved by Envoy", hostname),
"dc", dc, "service", service.String())
}