log tweak

This commit is contained in:
tim
2025-02-24 21:00:53 -04:00
parent 920109ba27
commit 603dd64dc4

View File

@@ -90,7 +90,7 @@ class BlockStateRunner(BlockProgressor):
self.new_head_event.set() self.new_head_event.set()
log.debug(f'new head {block}') log.debug(f'new head {block}')
if abs(block.timestamp-timestamp()) > 3: if abs(block.timestamp-timestamp()) > 3:
log.warning(f'Blockchain {chain_id} time is off by {block.timestamp-timestamp():.1f}s') log.info(f'Blockchain {chain_id} time is off by {block.timestamp-timestamp():.1f}s')
if not self.running: if not self.running:
break break
await async_yield() await async_yield()