Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/activemq-artemis
This commit is contained in:
commit
911072ef24
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue