mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-24 22:36:19 -04:00
Fixed a couple of logging errors.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user