Skip to content

Commit

Permalink
Correct logger name
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmcl authored and ok2c committed Feb 10, 2024
1 parent 2e46b62 commit 5b41169
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
@Contract(threading = ThreadingBehavior.SAFE)
public class LinearBackoffManager extends AbstractBackoff {


private static final Logger LOG = LoggerFactory.getLogger(org.slf4j.LoggerFactory.class);
private static final Logger LOG = LoggerFactory.getLogger(LinearBackoffManager.class);

/**
* The backoff increment used when adjusting connection pool sizes.
Expand Down

0 comments on commit 5b41169

Please sign in to comment.