Skip to content

Commit

Permalink
grpclb: fix mismatched indices in addresses log
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorEdwards authored and ejona86 committed Oct 10, 2022
1 parent fe8f474 commit 73020a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpclb/src/main/java/io/grpc/grpclb/GrpclbState.java
Expand Up @@ -262,7 +262,7 @@ void handleAddresses(
List<EquivalentAddressGroup> newBackendServers) {
logger.log(
ChannelLogLevel.DEBUG,
"[grpclb-<{0}>] Resolved addresses: lb addresses {0}, backends: {1}",
"[grpclb-<{0}>] Resolved addresses: lb addresses {1}, backends: {2}",
serviceName,
newLbAddressGroups,
newBackendServers);
Expand Down

0 comments on commit 73020a9

Please sign in to comment.