Skip to content
/ besu Public
forked from hyperledger/besu

Commit

Permalink
removed extra ... (hyperledger#6849)
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: amsmota <antonio.mota@citi.com>
  • Loading branch information
macfarla authored and amsmota committed Apr 16, 2024
1 parent c90cdf8 commit 51aea4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ public boolean hasSupportForMessage(final int messageCode) {
@Override
public String toString() {
return String.format(
"PeerId: %s... %s, validated? %s, disconnected? %s, client: %s, %s, %s",
"PeerId: %s %s, validated? %s, disconnected? %s, client: %s, %s, %s",
getLoggableId(),
reputation,
isFullyValidated(),
Expand Down

0 comments on commit 51aea4c

Please sign in to comment.