diff --git a/tracker/announce.go b/tracker/announce.go index 75c6001..6b6fbbe 100644 --- a/tracker/announce.go +++ b/tracker/announce.go @@ -88,7 +88,7 @@ func (tkr *Tracker) HandleAnnounce(ann *models.Announce, w Writer) error { // Rather than deleting the torrent explicitly, let the tracker driver // ensure there are no race conditions. conn.PurgeInactiveTorrent(torrent.Infohash) - stats.RecordEvent(stats.ReapedTorrent) + stats.RecordEvent(stats.DeletedTorrent) } return w.WriteAnnounce(newAnnounceResponse(ann, peer, torrent))