mirror of https://github.com/apache/activemq.git
AMQ-6707 - fix trace log reporting in error
This commit is contained in:
parent
b29d2ea342
commit
c1e7dbd53b
|
@ -384,7 +384,7 @@ public abstract class AbstractStoreCursor extends AbstractPendingMessageCursor i
|
|||
} else if (candidateOrSequenceLong != null &&
|
||||
Long.compare(((Long) candidateOrSequenceLong), ((Long) lastCacheFutureOrSequenceLong)) > 0) {
|
||||
lastCachedIds[index] = candidate;
|
||||
} if (LOG.isTraceEnabled()) {
|
||||
} else if (LOG.isTraceEnabled()) {
|
||||
LOG.trace("no set last cached[" + index + "] current:" + lastCacheFutureOrSequenceLong + " <= than candidate: " + candidateOrSequenceLong+ ", " + this);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue