Remove "Sending stopped event to trackers" log
This commit is contained in:
parent
95daebd067
commit
d27b304dfc
|
@ -666,11 +666,9 @@ func (t *Torrent) numPiecesCompleted() (num int) {
|
|||
}
|
||||
|
||||
func (t *Torrent) close() (err error) {
|
||||
t.logger.Printf("Sending stopped event to trackers")
|
||||
for _, ta := range t.trackerAnnouncers {
|
||||
ta.Stop()
|
||||
}
|
||||
|
||||
t.closed.Set()
|
||||
t.tickleReaders()
|
||||
if t.storage != nil {
|
||||
|
|
Loading…
Reference in New Issue