Now also logging the readyOps of the key that has been selected.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
04c0632d47
commit
f4b82755ad
|
@ -441,7 +441,7 @@ public class ManagedSelector extends ContainerLifeCycle implements Dumpable
|
|||
{
|
||||
Object attachment = key.attachment();
|
||||
if (LOG.isDebugEnabled())
|
||||
LOG.debug("selected {} {} ",key,attachment);
|
||||
LOG.debug("selected {} {} {} ",key.readyOps(),key,attachment);
|
||||
try
|
||||
{
|
||||
if (attachment instanceof Selectable)
|
||||
|
|
Loading…
Reference in New Issue