adjustments
This commit is contained in:
@@ -22,7 +22,7 @@ func (t *TorrentManager) fixerAddCommand(trigger, command string) {
|
||||
}
|
||||
|
||||
func (t *TorrentManager) processFixers(instances []realdebrid.Torrent) {
|
||||
t.log.Debugf("Processing fixers (%d left)", t.fixers.Count())
|
||||
t.log.Debugf("Processing fixers (%d left: %v)", t.fixers.Count(), t.fixers)
|
||||
var toDelete []string
|
||||
var toRedownload []*Torrent
|
||||
allTorrents, _ := t.DirectoryMap.Get(INT_ALL)
|
||||
|
||||
Reference in New Issue
Block a user