Skip to content

Commit

Permalink
fix: log
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Nov 11, 2024
1 parent 5f9aefb commit e1034fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storer/internal/reserve/reserve.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ func (r *Reserve) Put(ctx context.Context, chunk swarm.Chunk) error {
return err
}
if has {
r.logger.Debug("replacing soc in chunkstore", "address", chunk.Address())
err = s.ChunkStore().Replace(ctx, chunk, true)
} else {
err = s.ChunkStore().Put(ctx, chunk)
Expand Down

0 comments on commit e1034fc

Please sign in to comment.