Skip to content

Commit

Permalink
Merge pull request #42 from moonstream-to/log-imprv-sync
Browse files Browse the repository at this point in the history
Log improvements for synchronizer
  • Loading branch information
kompotkot authored Jul 17, 2024
2 parents cdb8e23 + 3805708 commit ad8f42a
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 ad8f42a

Please sign in to comment.