mirror of https://github.com/apache/activemq.git
no jira - remove extraneous printStackTrace, ex is propagated up
This commit is contained in:
parent
487d4a112e
commit
30abc45f62
|
@ -134,7 +134,6 @@ public class SelectorWorker implements Runnable {
|
|||
}
|
||||
}
|
||||
} catch (Throwable e) {
|
||||
e.printStackTrace();
|
||||
// Notify all the selections that the error occurred.
|
||||
Set<SelectionKey> keys = selector.keys();
|
||||
for (Iterator<SelectionKey> i = keys.iterator(); i.hasNext();) {
|
||||
|
|
Loading…
Reference in New Issue