git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1079782 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2011-03-09 13:06:43 +00:00
parent fe0a764836
commit 8700ab7cde
1 changed files with 0 additions and 1 deletions

View File

@ -697,7 +697,6 @@ public class TransportConnection implements Connection, Task, CommandVisitor {
synchronized (brokerConnectionStates) {
brokerConnectionStates.remove(info.getConnectionId());
}
unregisterConnectionState(info.getConnectionId());
LOG.warn("Failed to add Connection " + info.getConnectionId() + ", reason: " + e.toString());
if (LOG.isDebugEnabled()) {
LOG.debug("Exception detail:", e);