Skip to content

Commit

Permalink
rolen at info
Browse files Browse the repository at this point in the history
  • Loading branch information
mh0lt committed May 26, 2024
1 parent a32d9a4 commit 3118f6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torrent.go
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ func (t *Torrent) onSetInfo() {
t.queuePieceCheck(i)
}
}
t.logger.Levelf(log.Debug, "set info: rolen=%d", t.getPieceRequestOrder().Len())
t.cl.event.Broadcast()
close(t.gotMetainfoC)
t.updateWantPeersEvent()
Expand Down

0 comments on commit 3118f6d

Please sign in to comment.