mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Fix logging
This commit is contained in:
parent
735f619fee
commit
28c93672ef
@ -143,7 +143,7 @@ public class BlindVoteStateMonitoringService implements DaoSetupService, DaoStat
|
||||
maybeUpdateHashChain(i);
|
||||
}
|
||||
if (!blindVoteStateBlockChain.isEmpty()) {
|
||||
log.info("updateHashChain for {} items took {} ms",
|
||||
log.info("updateHashChain for {} blocks took {} ms",
|
||||
blockHeight - genesisBlockHeight,
|
||||
System.currentTimeMillis() - ts);
|
||||
}
|
||||
|
@ -143,7 +143,7 @@ public class ProposalStateMonitoringService implements DaoSetupService, DaoState
|
||||
hashChainUpdated = hashChainUpdated || isHashChainUpdated;
|
||||
}
|
||||
if (hashChainUpdated) {
|
||||
log.info("updateHashChain for {} items took {} ms",
|
||||
log.info("updateHashChain for {} blocks took {} ms",
|
||||
blockHeight - genesisBlockHeight,
|
||||
System.currentTimeMillis() - ts);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user