mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-12 11:15:43 +02:00
Log indexer name when failing to process feed.
This commit is contained in:
parent
6bd0b8a39e
commit
ffde7c0987
@ -186,7 +186,7 @@ private List<EpisodeParseResult> Fetch(IEnumerable<string> urls)
|
||||
}
|
||||
catch (Exception feedEx)
|
||||
{
|
||||
_logger.ErrorException("An error occurred while processing feed", feedEx);
|
||||
_logger.ErrorException("An error occurred while processing feed: " + Name, feedEx);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user