Skip to content

Commit 37ad2d2

Browse files
authored
Merge pull request #7516 from slovdahl/patch-1
Fix log class name in ArrayByteBufferPool
2 parents 09f4899 + dcaf3f2 commit 37ad2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetty-io/src/main/java/org/eclipse/jetty/io/ArrayByteBufferPool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
@ManagedObject
4444
public class ArrayByteBufferPool extends AbstractByteBufferPool implements Dumpable
4545
{
46-
private static final Logger LOG = Log.getLogger(MappedByteBufferPool.class);
46+
private static final Logger LOG = Log.getLogger(ArrayByteBufferPool.class);
4747

4848
private final int _maxCapacity;
4949
private final int _minCapacity;

0 commit comments

Comments
 (0)