Adding some more logging to import process

This commit is contained in:
Mark McDowall 2013-11-28 12:53:30 -08:00
parent bb7bf803a6
commit e6a4008fad
3 changed files with 7 additions and 0 deletions

View file

@ -52,6 +52,7 @@ namespace NzbDrone.Core.Parser
if (!episodes.Any())
{
_logger.Trace("No matching episodes found for: {0}", parsedEpisodeInfo);
return null;
}