Use keys instead

This commit is contained in:
Ben Sarmiento
2024-02-16 06:01:27 +01:00
parent 6eaf016107
commit 66a4ceaa33

View File

@@ -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: %v)", t.fixers.Count(), t.fixers)
t.log.Debugf("Processing fixers (%d left: %v)", t.fixers.Count(), t.fixers.Keys())
var toDelete []string
var toRedownload []*Torrent
allTorrents, _ := t.DirectoryMap.Get(INT_ALL)