forked from Qortal/qortal
Log the initial height of the block archiver on startup
This commit is contained in:
parent
9502444bbc
commit
d018f11877
@ -38,7 +38,7 @@ public class BlockArchiver implements Runnable {
|
||||
return;
|
||||
}
|
||||
|
||||
LOGGER.info("Starting block archiver...");
|
||||
LOGGER.info("Starting block archiver from height {}...", startHeight);
|
||||
|
||||
while (!Controller.isStopping()) {
|
||||
repository.discardChanges();
|
||||
|
Loading…
Reference in New Issue
Block a user