Avoid boxing of the number of bytes flushed.
This commit is contained in:
parent
4bdca367dd
commit
5d8b00a098
|
@ -181,7 +181,8 @@ public class ChannelEndPoint extends AbstractEndPoint
|
|||
}
|
||||
}
|
||||
}
|
||||
LOG.debug("flushed {} {}", flushed, this);
|
||||
if (LOG.isDebugEnabled())
|
||||
LOG.debug("flushed {} {}", flushed, this);
|
||||
}
|
||||
catch (IOException e)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue