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]>
  • Loading branch information
slovdahl committed Feb 2, 2022
1 parent 09f4899 commit dcaf3f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
@ManagedObject
public class ArrayByteBufferPool extends AbstractByteBufferPool implements Dumpable
{
private static final Logger LOG = Log.getLogger(MappedByteBufferPool.class);
private static final Logger LOG = Log.getLogger(ArrayByteBufferPool.class);

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

0 comments on commit dcaf3f2

Please sign in to comment.