Skip to content

Commit

Permalink
more set info debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mh0lt committed May 26, 2024
1 parent 3118f6d commit fc67875
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 @@ -493,7 +493,7 @@ func (t *Torrent) onSetInfo() {
t.queuePieceCheck(i)
}
}
t.logger.Levelf(log.Debug, "set info: rolen=%d", t.getPieceRequestOrder().Len())
t.logger.Levelf(log.Debug, "%s: set info: peices=%d rolen=%d", t.Name(), len(t.pieces), t.getPieceRequestOrder().Len())
t.cl.event.Broadcast()
close(t.gotMetainfoC)
t.updateWantPeersEvent()
Expand Down

0 comments on commit fc67875

Please sign in to comment.