diff --git a/artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/impl/Page.java b/artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/impl/Page.java index 38ac0b402c2..6667d05c16b 100644 --- a/artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/impl/Page.java +++ b/artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/impl/Page.java @@ -253,8 +253,8 @@ public synchronized List read(StorageManager storage) throws Excep public synchronized List read(StorageManager storage, boolean onlyLargeMessages) throws Exception { if (logger.isDebugEnabled()) { - logger.debugf("reading page %d on address = %s onlyLargeMessages = %b", storeName, pageId, - storage, onlyLargeMessages); + logger.debugf("reading page %d on address = %s onlyLargeMessages = %b", + new Object[] {pageId, storeName, onlyLargeMessages}); } if (!file.isOpen()) {