mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-03 20:39:18 +00:00
fix log
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
This commit is contained in:
parent
619ba7a090
commit
c68d8e95cb
@ -257,7 +257,7 @@ public class QuicDatagramEndPoint extends AbstractEndPoint implements ManagedSel
|
||||
{
|
||||
InetSocketAddress peer = INET_ADDRESS_ARGUMENT.pop();
|
||||
if (LOG.isDebugEnabled())
|
||||
LOG.debug("flushing {} buffer(s) to {}", buffers.length - 1, peer);
|
||||
LOG.debug("flushing {} buffer(s) to {}", buffers.length, peer);
|
||||
for (ByteBuffer buffer : buffers)
|
||||
{
|
||||
int sent = _channel.send(buffer, peer);
|
||||
|
Loading…
x
Reference in New Issue
Block a user