Skip to content

Commit

Permalink
print hash rate
Browse files Browse the repository at this point in the history
  • Loading branch information
mh0lt committed Jul 18, 2024
1 parent 3185ae2 commit e3be32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ func (t *Torrent) DownloadPieces(begin, end pieceIndex) {

if completion.Complete {
complete.Add(int64(piece.length(true)))
fmt.Println("DL complete", hashed.Load())
fmt.Println("DL complete", complete.Load())
return nil
}

Expand Down

0 comments on commit e3be32d

Please sign in to comment.