https://issues.apache.org/jira/browse/AMQ-3159 - Log file offset in addition to file location in checkpointUpdate()

patch applied with thanks.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1063712 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2011-01-26 13:39:27 +00:00
parent 62c6c8f8d8
commit aadd682d09
1 changed files with 1 additions and 1 deletions

View File

@ -1174,7 +1174,7 @@ public class MessageDatabase extends ServiceSupport implements BrokerServiceAwar
break;
}
}
LOG.trace("gc candidates after first tx:" + firstTxLocation.getDataFileId() + ", " + gcCandidateSet);
LOG.trace("gc candidates after first tx:" + firstTxLocation + ", " + gcCandidateSet);
}
// Go through all the destinations to see if any of them can remove GC candidates.