Skip to content

Commit

Permalink
enhancement:improve messaging when adjusting upper and lower peer lim…
Browse files Browse the repository at this point in the history
…its (#7162)



Co-authored-by: Paul Harris <[email protected]>
  • Loading branch information
l646505418 and rolfyone authored May 21, 2023
1 parent 5502f7e commit 021e33d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,8 @@ public void adjustingP2pLowerBoundToUpperBound(final int p2pUpperBound) {
}

public void adjustingP2pUpperBoundToLowerBound(final int p2pLowerBound) {
log.info(
"Adjusting target number of peers upper bound to equal lower bound, which is {}",
log.warn(
"Target number of peers upper bound cannot be set below the peers lower bound. Increasing target to {}.",
p2pLowerBound);
}

Expand Down

0 comments on commit 021e33d

Please sign in to comment.