New: Add logging is release is rejected because no download URL is available

This commit is contained in:
Mark McDowall 2021-10-17 21:18:00 -07:00
parent 30aa5f9070
commit a83ed3bcce
1 changed files with 1 additions and 0 deletions

View File

@ -282,6 +282,7 @@ namespace NzbDrone.Core.Indexers
{
if (release.DownloadUrl.IsNullOrWhiteSpace())
{
_logger.Trace("Invalid Release: '{0}' from indexer: {1}. No Download URL provided.", release.Title, release.Indexer);
return false;
}