Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
acha-bill committed Feb 27, 2024
1 parent 34abde4 commit 549fe94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/check/redundancy/redundancy.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ func (c *Check) uploadChunks(ctx context.Context, client *bee.Client, chunks []s

c.logger.Infof("uploading %d chunks out of %d", len(indices), len(chunks))
for i, j := range indices {
c.logger.Infof("uploading chunk %d of %d", i+1, len(indices))
_, err := client.UploadChunk(ctx, chunks[j].Data(), api.UploadOptions{
BatchID: batchID,
Direct: true,
Expand Down

0 comments on commit 549fe94

Please sign in to comment.