diff --git a/internal/torrent/refresh.go b/internal/torrent/refresh.go index 54b2f36..9e6a835 100644 --- a/internal/torrent/refresh.go +++ b/internal/torrent/refresh.go @@ -164,6 +164,8 @@ func (t *TorrentManager) getMoreInfo(rdTorrent realdebrid.Torrent) *Torrent { if !hasBrokenFiles { infoCache.Set(rdTorrent.ID, torrentFromFile) return torrentFromFile + } else { + t.log.Warnf("Torrent %s has broken files, will not save on info cache", rdTorrent.ID) } }