mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
Log indexer name when failing to process feed.
This commit is contained in:
parent
6bd0b8a39e
commit
ffde7c0987
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ namespace NzbDrone.Core.Providers.Indexer
|
||||||
}
|
}
|
||||||
catch (Exception feedEx)
|
catch (Exception feedEx)
|
||||||
{
|
{
|
||||||
_logger.ErrorException("An error occurred while processing feed", feedEx);
|
_logger.ErrorException("An error occurred while processing feed: " + Name, feedEx);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue