mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
indexerManagerService: identify tracker in exception message
This commit is contained in:
@@ -306,7 +306,7 @@ namespace Jackett.Common.Services
|
||||
logger.Info($"Test search in {indexer.DisplayName} => Found {result.Releases.Count()} releases");
|
||||
|
||||
if (!result.Releases.Any())
|
||||
throw new Exception("Found no results while trying to browse this tracker");
|
||||
throw new Exception($"Test search in {indexer.DisplayName} => Found no results while trying to browse this tracker");
|
||||
}
|
||||
|
||||
public void DeleteIndexer(string name)
|
||||
|
Reference in New Issue
Block a user