mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
New: Add indexer name to the download report log
Fixes #7686 (cherry picked from commit 00d467314b0e206742d4aff5aa20563e79b2ec55)
This commit is contained in:
@@ -109,7 +109,7 @@ namespace NzbDrone.Core.Download
|
|||||||
movieGrabbedEvent.DownloadId = downloadClientId;
|
movieGrabbedEvent.DownloadId = downloadClientId;
|
||||||
}
|
}
|
||||||
|
|
||||||
_logger.ProgressInfo("Report sent to {0}. {1}", downloadClient.Definition.Name, downloadTitle);
|
_logger.ProgressInfo("Report sent to {0} from indexer {1}. {2}", downloadClient.Definition.Name, remoteMovie.Release.Indexer, downloadTitle);
|
||||||
_eventAggregator.PublishEvent(movieGrabbedEvent);
|
_eventAggregator.PublishEvent(movieGrabbedEvent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user