Merged branch 'jetty-9.4.x' into 'master'.

This commit is contained in:
Simone Bordet 2017-11-08 22:47:56 +01:00
commit 1fdb974a35
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ public class ManagedSelector extends ContainerLifeCycle implements Dumpable
}
catch (Throwable x)
{
LOG.ignore(x);
_dumps.add(String.format("SelectionKey@%x[%s]", key.hashCode(), x));
}
}
}