diff --git a/src/NzbDrone.Core/Indexers/TorrentIndexerBase.cs b/src/NzbDrone.Core/Indexers/TorrentIndexerBase.cs index 242fc802a..9676c2953 100644 --- a/src/NzbDrone.Core/Indexers/TorrentIndexerBase.cs +++ b/src/NzbDrone.Core/Indexers/TorrentIndexerBase.cs @@ -24,7 +24,7 @@ namespace NzbDrone.Core.Indexers } catch { - _logger.Info("Invalid torrent file contents: {0}", Encoding.ASCII.GetString(fileData)); + _logger.Debug("Invalid torrent file contents: {0}", Encoding.ASCII.GetString(fileData)); throw; } }