Skip to content

Commit

Permalink
Add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
yzang2019 committed Oct 10, 2023
1 parent 47c352f commit 966af35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changeset/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ func readNextChangeset(reader Reader) (int64, int64, *iavl.ChangeSet, error) {
}
// Read header
version := binary.LittleEndian.Uint64(versionHeader[:8])
fmt.Printf("Reading version %d\n", version)
if version == math.MaxUint64 {
return -1, -1, nil, nil
}
Expand Down

0 comments on commit 966af35

Please sign in to comment.