mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 22:07:32 -04:00
Log invalid torrent files contents as info
This commit is contained in:
parent
4dbf5aa9f4
commit
0f1b01adab
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ namespace NzbDrone.Core.Indexers
|
|||
}
|
||||
catch
|
||||
{
|
||||
_logger.Trace("Invalid torrent file contents: {0}", Encoding.ASCII.GetString(fileData));
|
||||
_logger.Info("Invalid torrent file contents: {0}", Encoding.ASCII.GetString(fileData));
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue