Remove "Sending stopped event to trackers" log

This commit is contained in:
Matt Joiner 2019-06-18 10:27:17 +10:00
parent 95daebd067
commit d27b304dfc
1 changed files with 0 additions and 2 deletions

View File

@ -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 {