This commit is contained in:
Clebert Suconic 2021-02-03 10:19:27 -05:00
commit 7a199d7f97
1 changed files with 2 additions and 2 deletions

View File

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