add some trace

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@809940 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2009-09-01 09:44:34 +00:00
parent 612437c155
commit 5221cd349d
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ public class XATransaction extends Transaction {
this.transactionStore = transactionStore;
this.xid = xid;
this.broker = broker;
if (LOG.isDebugEnabled()) {
LOG.debug("XA Transaction new/begin : " + xid);
}
}
public void commit(boolean onePhase) throws XAException, IOException {