mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-05 17:00:17 +00:00
This closes #3429
This commit is contained in:
commit
7a199d7f97
@ -528,7 +528,7 @@ public final class Page implements Comparable<Page> {
|
||||
}
|
||||
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debugf("Deleting pageNr=%d on store %d", pageId, storeName);
|
||||
logger.debugf("Deleting pageNr=%d on store %s", pageId, storeName);
|
||||
}
|
||||
|
||||
final List<Long> largeMessageIds;
|
||||
@ -637,4 +637,4 @@ public final class Page implements Comparable<Page> {
|
||||
|
||||
return pendingCounters;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user