Skip to content

Commit

Permalink
turn down logging (hyperledger#4299)
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
  • Loading branch information
macfarla authored and eum602 committed Nov 3, 2023
1 parent de384f3 commit ea6d154
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ private int compareDuplicateConnections(final RlpxConnection a, final RlpxConnec
}
}
// Otherwise, keep older connection
LOG.info("comparing timestamps " + a.getInitiatedAt() + " with " + b.getInitiatedAt());
LOG.debug("comparing timestamps " + a.getInitiatedAt() + " with " + b.getInitiatedAt());
return Math.toIntExact(a.getInitiatedAt() - b.getInitiatedAt());
}

Expand Down

0 comments on commit ea6d154

Please sign in to comment.