Skip to content

Commit

Permalink
Log updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Jun 29, 2024
1 parent 87798fa commit 110fe38
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 @@ -4017,7 +4017,7 @@ def _process_single_torrent(self, torrent: qbittorrentapi.TorrentDictionary):
elif "qBitrr-allowed_stalled" in torrent.tags:
torrent.remove_tags(["qBitrr-allowed_stalled"])
self.logger.trace(
"Not stalled: %s",
"Not stalled, removing tag: %s",
torrent.name,
)
else:
Expand Down

0 comments on commit 110fe38

Please sign in to comment.