mirror of
https://github.com/lidarr/Lidarr
synced 2025-03-15 00:08:53 +00:00
Fixed: Log active indexers instead of implying all indexers are searched
(cherry picked from commit e19d4cf85b5a48ef823b9a983591d2bf7e72c621)
This commit is contained in:
parent
3d1437bf18
commit
dfde4d6a4d
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ namespace NzbDrone.Core.IndexerSearch
|
|||
|
||||
var reports = new List<ReleaseInfo>();
|
||||
|
||||
_logger.ProgressInfo("Searching {0} indexers for {1}", indexers.Count, criteriaBase);
|
||||
_logger.ProgressInfo("Searching indexers for {0}. {1} active indexers", criteriaBase, indexers.Count);
|
||||
|
||||
var taskList = new List<Task>();
|
||||
var taskFactory = new TaskFactory(TaskCreationOptions.LongRunning, TaskContinuationOptions.None);
|
||||
|
|
Loading…
Add table
Reference in a new issue