Fixed a couple of logging errors.

This commit is contained in:
Taloth Saldono
2015-03-01 22:34:39 +01:00
parent 8d16b8b9d6
commit 2e81e278e1
3 changed files with 3 additions and 3 deletions

View File

@@ -344,7 +344,7 @@ namespace NzbDrone.Core.Parser
info.Language = Parser.ParseLanguage(title);
info.Special = true;
_logger.Info("Found special episode {0} for title '{1}'", info, title);
_logger.Debug("Found special episode {0} for title '{1}'", info, title);
return info;
}