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:
Robert Davies 2007-02-28 07:28:48 +00:00
parent dc0241343a
commit 9f15a47340
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}
}