Skip to content

Commit

Permalink
Removed some log tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Dec 6, 2024
1 parent f89325d commit 4e415d9
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 @@ -3141,7 +3141,7 @@ def maybe_do_search(
return True
active_commands = self.arr_db_query_commands_count()
self.logger.info(
"%s%s active search commands, %s remaining", request_tag, active_commands, commands
"%s active search commands, %s remaining", active_commands, commands
)
if not bypass_limit and active_commands >= self.search_command_limit:
self.logger.trace(
Expand Down

0 comments on commit 4e415d9

Please sign in to comment.