Skip to content

Commit

Permalink
Log improvements for synchronizer
Browse files Browse the repository at this point in the history
  • Loading branch information
kompotkot committed Jul 17, 2024
1 parent cdb8e23 commit 3805708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synchronizer/synchronizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ func (d *Synchronizer) SyncCycle(customerDbUriFlag string) (bool, error) {
return isEnd, fmt.Errorf("error reading updates: %w", err)
}

log.Printf("Read %d users updates from the indexer db\n", len(updates))
log.Printf("Read %d users updates from the indexer db in range of blocks %d-%d\n", len(updates), d.startBlock, tempEndBlock)

var wg sync.WaitGroup

Expand Down

0 comments on commit 3805708

Please sign in to comment.