mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-09 18:26:19 +00:00
Debug log when release is accepted
This commit is contained in:
@@ -103,6 +103,11 @@ namespace NzbDrone.Core.DecisionEngine
|
||||
_logger.Debug("Release rejected for the following reasons: {0}", string.Join(", ", decision.Rejections));
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
_logger.Debug("Release accepted");
|
||||
}
|
||||
|
||||
yield return decision;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user