Repository: qpid-broker-j Updated Branches: refs/heads/master 67f78d364 -> 626666a07
NO-JIRA: [Broker-J] remove unhelpful stacktrace from debug message. There is probably something fishy about the way we shut down connections but the stacktrace doesn't really help and it just clutters the test logs. Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/626666a0 Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/626666a0 Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/626666a0 Branch: refs/heads/master Commit: 626666a0779941c1cfd8b4272643f54a1158d48a Parents: 0c6bc97 Author: Lorenz Quack <lqu...@apache.org> Authored: Fri Oct 27 09:23:59 2017 +0100 Committer: Lorenz Quack <lqu...@apache.org> Committed: Fri Oct 27 14:23:19 2017 +0100 ---------------------------------------------------------------------- .../main/java/org/apache/qpid/server/transport/SelectorThread.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/626666a0/broker-core/src/main/java/org/apache/qpid/server/transport/SelectorThread.java ---------------------------------------------------------------------- diff --git a/broker-core/src/main/java/org/apache/qpid/server/transport/SelectorThread.java b/broker-core/src/main/java/org/apache/qpid/server/transport/SelectorThread.java index cc0a10e..a64d655 100644 --- a/broker-core/src/main/java/org/apache/qpid/server/transport/SelectorThread.java +++ b/broker-core/src/main/java/org/apache/qpid/server/transport/SelectorThread.java @@ -652,7 +652,7 @@ class SelectorThread extends Thread catch (ClosedChannelException e) { LOGGER.debug("Failed to unregister with selector for connection {}. " + - "Connection is probably being closed by peer.", connection, e); + "Connection is probably being closed by peer.", connection); } catch (ClosedSelectorException | CancelledKeyException e) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org