Added ExternalNotificationProviderBase based on IndexProviderBase.

This commit is contained in:
Mark McDowall
2011-04-28 23:06:13 -07:00
parent 671dcd074c
commit a36d5fae2f
16 changed files with 336 additions and 97 deletions

View File

@@ -120,7 +120,7 @@ namespace NzbDrone.Core
return parsedEpisode;
}
}
Logger.Debug("Unable to parse text into episode info. {0}", title);
Logger.Warn("Unable to parse text into episode info. {0}", title);
return null;
}