Skip to content

Commit

Permalink
Fix log class name in ArrayByteBufferPool
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Lövdahl <[email protected]>
(cherry picked from commit dcaf3f2)
  • Loading branch information
slovdahl authored and sbordet committed Feb 2, 2022
1 parent 3791f38 commit a8a6020
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@ManagedObject
public class ArrayByteBufferPool extends AbstractByteBufferPool implements Dumpable
{
private static final Logger LOG = LoggerFactory.getLogger(MappedByteBufferPool.class);
private static final Logger LOG = LoggerFactory.getLogger(ArrayByteBufferPool.class);

private final int _maxCapacity;
private final int _minCapacity;
Expand Down

0 comments on commit a8a6020

Please sign in to comment.