Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Laub committed Nov 12, 2024
1 parent 1c7f30f commit 52aeec6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ public LimitedChannel apply(List<TargetUri> targetUris) {

reloadMeter.mark();
log.info(
"Reloaded channel '{}' targets. (uris: {}, numUris: {}, targets: {}, numTargets: {})",
"Reloaded channel '{}' targets. (uris: {}, numUris: {}, targets: {}, numTargets:"
+ " {})",
SafeArg.of("channel", cf.channelName()),
UnsafeArg.of("uris", cf.clientConf().uris()),
SafeArg.of("numUris", cf.clientConf().uris().size()),
Expand Down

0 comments on commit 52aeec6

Please sign in to comment.