Skip to content

Commit

Permalink
fix String.format lack of arg which is from BroadcastClusterInvoker l…
Browse files Browse the repository at this point in the history
…ink #8341 (#8348)
  • Loading branch information
xiaoheng1 committed Jul 27, 2021
1 parent 41e989b commit b142cdb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -96,7 +96,7 @@ public Result doInvoke(final Invocation invocation, List<Invoker<T>> invokers, L
String.format("The number of BroadcastCluster call failures has reached the threshold %s", failThresholdIndex));
} else {
logger.debug(String.format("The number of BroadcastCluster call failures has not reached the threshold %s, fail size is %s",
failIndex));
failThresholdIndex, failIndex));
}
throw exception;
}
Expand Down

0 comments on commit b142cdb

Please sign in to comment.