Fix log class name in ArrayByteBufferPool
Signed-off-by: Sebastian Lövdahl <slovdahl@hibox.fi>
This commit is contained in:
parent
09f489922c
commit
dcaf3f2d78
|
@ -43,7 +43,7 @@ import org.eclipse.jetty.util.log.Logger;
|
|||
@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;
|
||||
|
|
Loading…
Reference in New Issue