mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +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)
|
catch (InvalidDateException ex)
|
||||||
{
|
{
|
||||||
_logger.Debug(ex.Message);
|
_logger.Debug("{0}: {1}", _definition.Id, ex.Message);
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user