This commit is contained in:
Justin Bertram 2018-03-06 20:13:55 -06:00
commit 911072ef24
1 changed files with 1 additions and 2 deletions

View File

@ -1754,8 +1754,7 @@ public class ActiveMQResourceAdapter implements ResourceAdapter, Serializable {
} }
if (ActiveMQRALogger.LOGGER.isDebugEnabled()) { if (ActiveMQRALogger.LOGGER.isDebugEnabled()) {
ActiveMQRALogger.LOGGER.debug("Creating Connection Factory on the resource adapter for transport=" + ActiveMQRALogger.LOGGER.debug("Creating Connection Factory on the resource adapter for transport=" + Arrays.toString(transportConfigurations) + " with ha=" + ha);
Arrays.toString(transportConfigurations) + " with ha=" + ha);
} }
if (ha) { if (ha) {