mirror of https://github.com/apache/activemq.git
only use debug logging when re-filling a batch
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@512642 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dc0241343a
commit
9f15a47340
|
@ -191,7 +191,7 @@ class TopicStorePrefetch extends AbstractPendingMessageCursor implements Message
|
|||
batchList.removeFirst();
|
||||
}
|
||||
if(batchList.isEmpty()){
|
||||
log.warn("Refilling batch - haven't got past first message = " + firstMessageId);
|
||||
log.debug("Refilling batch - haven't got past first message = " + firstMessageId);
|
||||
fillBatch();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue