1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Better trace messaging for Download Decision specs

Fixed: Trace logs will contain more details when a release is rejected
This commit is contained in:
Mark McDowall
2014-02-05 16:55:19 -08:00
parent 2b5c512d64
commit d648056bc4
7 changed files with 20 additions and 5 deletions
@@ -41,7 +41,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications.RssSync
{
if (file.DateAdded < DateTime.Today.AddDays(-7))
{
_logger.Trace("Proper for old file, skipping: {0}", subject);
_logger.Trace("Proper for old file, rejecting: {0}", subject);
return false;
}