Skip to content

Commit

Permalink
Changed log messages for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Dec 18, 2024
1 parent 9b137fd commit 631ec2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -2288,7 +2288,7 @@ def db_update_single_series(
]
}
self.logger.debug(
"Updating quality profile for %s to %s",
"Upgrading quality profile for %s to %s",
db_entry["title"],
list(self.temp_quality_profile_ids.keys())[
list(self.temp_quality_profile_ids.values()).index(
Expand All @@ -2307,7 +2307,7 @@ def db_update_single_series(
]
}
self.logger.debug(
"Updating quality profile for %s to %s",
"Downgrading quality profile for %s to %s",
db_entry["title"],
self.temp_quality_profile_ids[
db_entry["qualityProfileId"]
Expand Down

0 comments on commit 631ec2d

Please sign in to comment.