Skip to content

Commit

Permalink
Merge pull request #7516 from slovdahl/patch-1
Browse files Browse the repository at this point in the history
Fix log class name in ArrayByteBufferPool
  • Loading branch information
sbordet authored Feb 2, 2022
2 parents 09f4899 + dcaf3f2 commit 37ad2d2
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 37ad2d2

Please sign in to comment.