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 fa12964 commit a69ba06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peer.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ func (p *Peer) close(lockTorrent bool) {

if p.t != nil {
fmt.Println("CWAP-CLS", len(p.t.connsWithAllPieces), p.t.numActivePeers(false), p.t.Name())
fmt.Println("CWAP-CLS-DONE", len(p.t.connsWithAllPieces), p.t.numActivePeers(false), p.t.Name())
defer fmt.Println("CWAP-CLS-DONE", len(p.t.connsWithAllPieces), p.t.numActivePeers(false), p.t.Name())
}

p.mu.Lock()
Expand Down

0 comments on commit a69ba06

Please sign in to comment.