Signed-off-by: Ludovic Orban <lorban@bitronix.be>
This commit is contained in:
Ludovic Orban 2021-03-30 10:28:28 +02:00 committed by Simone Bordet
parent 619ba7a090
commit c68d8e95cb
1 changed files with 1 additions and 1 deletions

View File

@ -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);