From 287834e1d79c80c526993a68bb8b14e277ca6476 Mon Sep 17 00:00:00 2001 From: Feramance Date: Mon, 27 Nov 2023 17:15:17 +0100 Subject: [PATCH] [build] Changed error logs to get debug info --- qBitrr/arss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qBitrr/arss.py b/qBitrr/arss.py index ca9d3c32..413d8db3 100755 --- a/qBitrr/arss.py +++ b/qBitrr/arss.py @@ -2557,7 +2557,7 @@ def process_torrents(self): self.logger.debug("Unexpected APIError from qBitTorrent", exc_info=e) raise DelayLoopException(length=300, type="qbit") except (AttributeError, JSONDecodeError): - self.logger.info("Torrent still connecting to trackers") + self.logger.info("Torrent still connecting to trackers %s", torrents) except DelayLoopException: raise except KeyboardInterrupt: