mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 22:37:06 -04:00
parent
a1b6095f6e
commit
ee673cd152
2 changed files with 5 additions and 2 deletions
|
@ -58,6 +58,7 @@ namespace NzbDrone.Core.DecisionEngine
|
||||||
{
|
{
|
||||||
DownloadDecision decision = null;
|
DownloadDecision decision = null;
|
||||||
_logger.ProgressTrace("Processing release {0}/{1}", reportNumber, reports.Count);
|
_logger.ProgressTrace("Processing release {0}/{1}", reportNumber, reports.Count);
|
||||||
|
_logger.Debug("Processing release '{0}' from '{1}'", report.Title, report.Indexer);
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using NLog;
|
using NLog;
|
||||||
|
@ -52,6 +52,8 @@ namespace NzbDrone.Core.Indexers
|
||||||
|
|
||||||
lock (result)
|
lock (result)
|
||||||
{
|
{
|
||||||
|
_logger.Debug("Found {0} from {1}", indexerReports.Count, indexer.Name);
|
||||||
|
|
||||||
result.AddRange(indexerReports);
|
result.AddRange(indexerReports);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue