1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

Fixed: Logging for Cutoff and UpgradeAllowed Specs

Fixes #5242
This commit is contained in:
Qstick
2022-11-27 12:16:36 -06:00
parent 3a2a030432
commit 651055820a
2 changed files with 2 additions and 2 deletions
@@ -31,7 +31,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
continue;
}
_logger.Debug("Comparing file quality with report. Existing file is {0} - {1}", file.Quality);
_logger.Debug("Comparing file quality with report. Existing file is {0}", file.Quality);
if (!_upgradableSpecification.IsUpgradeAllowed(qualityProfile,
file.Quality,