Skip to content

Commit

Permalink
multithread: adjust log message in copyStream
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitor Gomes committed Aug 8, 2023
1 parent 417363e commit ee4ba03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/operations/multithread.go
Expand Up @@ -117,7 +117,7 @@ func (mc *multiThreadCopyState) copyStream(ctx context.Context, stream int, writ
return errAccRead
}

fs.Debugf(mc.src, "multi-thread copy: stream %d/%d (%d-%d) size %v finished", stream+1, mc.numChunks, start, end, bytesWritten)
fs.Debugf(mc.src, "multi-thread copy: stream %d/%d (%d-%d) size %v finished", stream+1, mc.numChunks, start, end, fs.SizeSuffix(bytesWritten))
return nil
}

Expand Down

0 comments on commit ee4ba03

Please sign in to comment.