Fix grammar

pull/3919/head
Mark McDowall 4 years ago
parent 9e392977b9
commit 8272e3ed0f

@ -161,7 +161,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
if (isQualityUpgrade && !qualityProfile.UpgradeAllowed) if (isQualityUpgrade && !qualityProfile.UpgradeAllowed)
{ {
_logger.Debug("Quality profile allows upgrades, skipping"); _logger.Debug("Quality profile does not allow upgrades, skipping");
return false; return false;
} }

Loading…
Cancel
Save