mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Log reasons a release was rejected after all specs have processed
This commit is contained in:
parent
89e0b41ebc
commit
87e5d1d84f
@ -97,6 +97,11 @@ private IEnumerable<DownloadDecision> GetDecisions(List<ReleaseInfo> reports, Se
|
||||
|
||||
if (decision != null)
|
||||
{
|
||||
if (decision.Rejections.Any())
|
||||
{
|
||||
_logger.Debug("Release rejected for the following reasons: {0}", String.Join(", ", decision.Rejections));
|
||||
}
|
||||
|
||||
yield return decision;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user