Skip to content

Commit fa21404

Browse files
committed
nit
1 parent 400b776 commit fa21404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xds/src/main/java/io/grpc/xds/ClusterResolverLoadBalancer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ private void handleEndpointResourceUpdate() {
243243
if (addresses.isEmpty()) {
244244
if (endpointNotFound.isOk()) {
245245
endpointNotFound = Status.UNAVAILABLE.withDescription(
246-
"No usable endpoint from cluster(s): " + cluster);
246+
"No usable endpoint from cluster: " + cluster);
247247
} else {
248248
endpointNotFound =
249249
Status.UNAVAILABLE.withCause(endpointNotFound.getCause())

0 commit comments

Comments
 (0)