torrent.go | 2 +- diff --git a/torrent.go b/torrent.go index f90b265f8580e91a7a5363b823eb13ffa7ba3182..a343f10a90380cdaf6a5a091b3c9f43a09562930 100644 --- a/torrent.go +++ b/torrent.go @@ -1541,7 +1541,7 @@ // initial check. if correct { pieceHashedCorrect.Add(1) } else { - log.Fmsg("piece failed hash: %d connections contributed", len(touchers)).AddValue(t, p).Log(t.logger) + log.Fmsg("piece failed hash: %d connections contributed", len(touchers)).AddValues(t, p).Log(t.logger) pieceHashedNotCorrect.Add(1) } }