mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-18 19:00:47 +02:00
Add indexer id in logs for invalid dates in Cardigann definitions
This commit is contained in:
parent
77fe3f78fe
commit
20a3cad7fb
1 changed files with 1 additions and 1 deletions
|
|
@ -626,7 +626,7 @@ protected string ApplyFilters(string data, List<FilterBlock> filters, Dictionary
|
|||
}
|
||||
catch (InvalidDateException ex)
|
||||
{
|
||||
_logger.Debug(ex.Message);
|
||||
_logger.Debug("{0}: {1}", _definition.Id, ex.Message);
|
||||
}
|
||||
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue