Log invalid torrent files contents as info

pull/1956/head
Bogdan 1 year ago
parent 4dbf5aa9f4
commit 0f1b01adab

@ -24,7 +24,7 @@ namespace NzbDrone.Core.Indexers
} }
catch catch
{ {
_logger.Trace("Invalid torrent file contents: {0}", Encoding.ASCII.GetString(fileData)); _logger.Info("Invalid torrent file contents: {0}", Encoding.ASCII.GetString(fileData));
throw; throw;
} }
} }

Loading…
Cancel
Save