1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

Log indexer when processing results

Closes #295
This commit is contained in:
Mark McDowall
2018-01-13 14:09:45 -08: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;
_logger.ProgressTrace("Processing release {0}/{1}", reportNumber, reports.Count);
_logger.Debug("Processing release '{0}' from '{1}'", report.Title, report.Indexer);
try
{