Skip to content

Commit

Permalink
[build] Changed error logs to get debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Nov 27, 2023
1 parent d9699c6 commit 287834e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 287834e

Please sign in to comment.