mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Debug log when release is accepted
This commit is contained in:
parent
d170c9ad07
commit
862f8024e3
1 changed files with 5 additions and 0 deletions
|
@ -103,6 +103,11 @@ namespace NzbDrone.Core.DecisionEngine
|
||||||
_logger.Debug("Release rejected for the following reasons: {0}", string.Join(", ", decision.Rejections));
|
_logger.Debug("Release rejected for the following reasons: {0}", string.Join(", ", decision.Rejections));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
else
|
||||||
|
{
|
||||||
|
_logger.Debug("Release accepted");
|
||||||
|
}
|
||||||
|
|
||||||
yield return decision;
|
yield return decision;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue