ARTEMIS-232 Fixing logs

This commit is contained in:
Clebert Suconic 2015-09-24 22:16:47 -04:00
parent fcdfbdb82e
commit 4cdcc618ff
1 changed files with 2 additions and 1 deletions

View File

@ -422,11 +422,12 @@ public class RemotingServiceImpl implements RemotingService, ConnectionLifeCycle
ConnectionEntry entry = connections.remove(remotingConnectionID);
if (entry != null) {
ActiveMQServerLogger.LOGGER.debug("RemotingServiceImpl::removing connection ID " + remotingConnectionID);
connectionCountLatch.countDown();
return entry.connection;
}
else {
ActiveMQServerLogger.LOGGER.errorRemovingConnection();
ActiveMQServerLogger.LOGGER.debug("The connectionID::" + remotingConnectionID + " was already removed by some other module");
return null;
}