mirror of https://github.com/Sonarr/Sonarr
Fixed: Log active indexers instead of implying all indexers are searched
Closes #4642
This commit is contained in:
parent
6b84da614b
commit
e19d4cf85b
|
@ -508,7 +508,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…
Reference in New Issue