Skip to content

Commit

Permalink
conn printers
Browse files Browse the repository at this point in the history
  • Loading branch information
mh0lt committed Jul 3, 2024
1 parent 87ca31f commit 454a6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torrent.go
Original file line number Diff line number Diff line change
Expand Up @@ -1994,7 +1994,7 @@ func (t *Torrent) deletePeerConn(c *PeerConn, lock bool) (ret bool) {
}
_, ret = t.conns[c]
delete(t.conns, c)
fmt.Println("-CONN", len(t.connsWithAllPieces), t.numActivePeers(false), c.String())
fmt.Println("-CWAP-CN", len(t.connsWithAllPieces), t.numActivePeers(false), c.String())
// Avoid adding a drop event more than once. Probably we should track whether we've generated
// the drop event against the PexConnState instead.
if ret {
Expand Down

0 comments on commit 454a6b3

Please sign in to comment.