mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04: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