Skip to content

Commit

Permalink
Change event scanner log message
Browse files Browse the repository at this point in the history
  • Loading branch information
cyc60 committed Nov 21, 2024
1 parent a72fd95 commit 3117ff5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sw_utils/event_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,9 @@ async def process_new_events(self, to_block: BlockNumber) -> None:

if new_events:
logger.info(
'Scanned %s event: count=%d, block=%d/%d/%d',
self.processor.contract_event,
'Scanned %d %s events, block %d of %d',
len(new_events),
current_from_block,
self.processor.contract_event,
current_to_block,
to_block,
)
Expand Down

0 comments on commit 3117ff5

Please sign in to comment.