Skip to content

Commit

Permalink
be okay missing revs
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping committed Nov 19, 2024
1 parent 71531bb commit 0e5ee80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carstore/nonarchive.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (cs *NonArchivalCarstore) NewDeltaSession(ctx context.Context, user models.
}

if since != nil && *since != lastShard.Rev {
return nil, fmt.Errorf("revision mismatch: %s != %s: %w", *since, lastShard.Rev, ErrRepoBaseMismatch)
log.Warn("revision mismatch: %s != %s: %s", *since, lastShard.Rev, ErrRepoBaseMismatch)
}

return &DeltaSession{
Expand Down

0 comments on commit 0e5ee80

Please sign in to comment.