Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Dec 17, 2024
1 parent 54d0517 commit 9d9ec74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public long borrow(long size) {
// to allocate the remaining bytes.
onRetry.run();
granted += target.borrow(remaining);
LOGGER.info("Newest granted size: {}, requested size {}.", granted, size);
LOGGER.info("Newest granted size after retrying: {}, requested size {}.", granted, size);
}
return granted;
}
Expand Down

0 comments on commit 9d9ec74

Please sign in to comment.