1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

removed some warnings, logging tweaks

This commit is contained in:
kay.one
2011-05-08 14:49:15 -07:00
parent 56a13b2511
commit 34f7b9ca7d
4 changed files with 12 additions and 17 deletions
@@ -180,6 +180,7 @@ namespace NzbDrone.Core.Providers.Indexer
if (!_sabProvider.AddByUrl(NzbDownloadUrl(feedItem), sabTitle))
{
_logger.Warn("Unable to add item to SAB queue. {0} {1}", NzbDownloadUrl(feedItem), sabTitle);
return;
}
}