mirror of https://github.com/apache/activemq.git
additional attribute in trace
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1059890 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
be9bdab07b
commit
f7d63386d9
|
@ -252,7 +252,7 @@ public abstract class AbstractStoreCursor extends AbstractPendingMessageCursor i
|
|||
protected final synchronized void fillBatch() {
|
||||
if (LOG.isTraceEnabled()) {
|
||||
LOG.trace("fillBatch - batchResetNeeded=" + batchResetNeeded
|
||||
+ ", hasMessages=" + this.storeHasMessages + ", size=" + this.size);
|
||||
+ ", hasMessages=" + this.storeHasMessages + ", size=" + this.size + ", cacheEnabled=" + this.cacheEnabled);
|
||||
}
|
||||
if (batchResetNeeded) {
|
||||
resetBatch();
|
||||
|
|
Loading…
Reference in New Issue