Added additional logging to episode searching.

This commit is contained in:
Mark McDowall 2012-01-22 13:16:25 -08:00
commit c0542449a4
4 changed files with 18 additions and 0 deletions

View file

@ -42,6 +42,8 @@ namespace NzbDrone.Core.Providers
if (addSuccess)
{
Logger.Trace("Download added to Queue: {0}", sabTitle);
foreach (var episode in _episodeProvider.GetEpisodesByParseResult(parseResult))
{
var history = new History();