mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 21:39:34 +02:00
url is now logged when feed parse fails.
This commit is contained in:
@@ -100,7 +100,7 @@ namespace NzbDrone.Core.Indexers
|
||||
{
|
||||
_logger.Trace("Downloading Feed " + url);
|
||||
var stream = _httpProvider.DownloadStream(url);
|
||||
result.AddRange(indexer.Parser.Process(stream));
|
||||
result.AddRange(indexer.Parser.Process(stream, url));
|
||||
}
|
||||
catch (WebException webException)
|
||||
{
|
||||
|
Reference in New Issue
Block a user