From 5bde8de95d0709ff88c6ac2fc2a2b8a6af0240c0 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Fri, 26 May 2017 12:58:23 +1000 Subject: [PATCH] perf.Timer.Stop renamed --- torrent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torrent.go b/torrent.go index ba350025..4db2eb31 100644 --- a/torrent.go +++ b/torrent.go @@ -576,7 +576,7 @@ func (t *Torrent) writeChunk(piece int, begin int64, data []byte) (err error) { err = io.ErrShortWrite } if err == nil { - tr.Stop("write chunk") + tr.Mark("write chunk") } return } -- 2.48.1