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:
Simone Bordet 2018-02-27 12:03:36 +01:00
parent 04c0632d47
commit f4b82755ad
1 changed files with 1 additions and 1 deletions

View File

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