mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-08 04:30:26 +02:00
parent
803c4752db
commit
7bada440d2
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ protected override void ValidateDownloadData(byte[] fileData)
|
|||
}
|
||||
catch
|
||||
{
|
||||
_logger.Info("Invalid torrent file contents: {0}", Encoding.ASCII.GetString(fileData));
|
||||
_logger.Debug("Invalid torrent file contents: {0}", Encoding.ASCII.GetString(fileData));
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue