From 47dfef9e21af1f0c92067012ad414e7d9d89a259 Mon Sep 17 00:00:00 2001 From: Ben Sarmiento Date: Sat, 20 Jan 2024 04:12:19 +0100 Subject: [PATCH] add disclaimer --- internal/torrent/refresh.go | 2 ++ 1 file changed, 2 insertions(+) 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) } }