mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 05:16:55 +00:00
core: show indexer id if cardigann definition is wrong (#9905)
This commit is contained in:
parent
da0761406f
commit
ec48676f49
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ namespace Jackett.Common.Services
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
logger.Error($"Error while creating Cardigann instance from Definition: {e}");
|
||||
logger.Error($"Error while creating Cardigann instance from definition ID={definition.Id}: {e}");
|
||||
return null;
|
||||
}
|
||||
}).Where(cardigannIndexer => cardigannIndexer != null).ToList(); // Explicit conversion to list to avoid repeated resource loading
|
||||
|
|
Loading…
Add table
Reference in a new issue