mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Add indexer id in logs for invalid dates in Cardigann definitions
This commit is contained in:
@@ -626,7 +626,7 @@ namespace NzbDrone.Core.Indexers.Definitions.Cardigann
|
||||
}
|
||||
catch (InvalidDateException ex)
|
||||
{
|
||||
_logger.Debug(ex.Message);
|
||||
_logger.Debug("{0}: {1}", _definition.Id, ex.Message);
|
||||
}
|
||||
|
||||
break;
|
||||
|
Reference in New Issue
Block a user