torrent.go | 2 +- diff --git a/torrent.go b/torrent.go index c5af556def2a2248503a03c7450b4d9f3c937a84..5d78f3902514d06222959e5ba8dd0f60a4e11449 100644 --- a/torrent.go +++ b/torrent.go @@ -785,7 +785,7 @@ ml = ml.Uint32(rpp.Value, lpp.Value) return ml.Less() }) - fmt.Fprintf(w, "peer conns:\n") + fmt.Fprintf(w, "%v peer conns:\n", len(peerConns)) t.writePeerStatuses(w, g.SliceMap(peerConns, func(pc *PeerConn) *Peer { return &pc.Peer }))