1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-24 15:21:06 +00:00

Do not throw exceptions on parse error

This commit is contained in:
unknown 2015-08-18 20:19:44 -06:00
parent 096fb805a8
commit 2f680840a7

View file

@ -127,7 +127,6 @@ namespace Jackett.Indexers
var spacing = string.Join("", Enumerable.Repeat(Environment.NewLine, 5));
var fileContents = string.Format("{0}{1}{2}", ex, spacing, results);
logger.Error(fileName + fileContents);
throw ex;
}
protected void CleanCache()