From e3be32dad8c5513a47989cbb34567254f004dd6a Mon Sep 17 00:00:00 2001 From: Mark Holt Date: Thu, 18 Jul 2024 16:58:33 +0100 Subject: [PATCH] print hash rate --- t.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t.go b/t.go index de023e8473..d36d6d26a6 100644 --- a/t.go +++ b/t.go @@ -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 }