Consider file case when doing filename comparisons
This commit is contained in:
@@ -84,7 +84,7 @@ func (t *TorrentManager) repairAll() {
|
||||
if toRepair.Cardinality() == 0 {
|
||||
t.log.Info("Periodic repair found no broken torrents to repair")
|
||||
} else {
|
||||
t.log.Debugf("Periodic repair found %d broken torrents to repair in total", toRepair.Cardinality())
|
||||
t.log.Info("Periodic repair found %d broken torrents to repair in total", toRepair.Cardinality())
|
||||
|
||||
toRepair.Each(func(torrent *Torrent) bool {
|
||||
t.Repair(torrent)
|
||||
|
||||
Reference in New Issue
Block a user