Add logs for what is added on repair list
This commit is contained in:
@@ -51,6 +51,7 @@ func (t *TorrentManager) getUncachedTorrents() ([]*Torrent, error) {
|
||||
}
|
||||
|
||||
if _, ok := availabilityChecks[torrent.Hash]; !ok || !availabilityChecks[torrent.Hash] {
|
||||
t.log.Debugf("Torrent %s is no longer cached, adding to repair list", t.GetKey(torrent))
|
||||
uncachedTorrents = append(uncachedTorrents, torrent)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user