mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-20 18:02:44 +01:00
New: Add indexer name to the download report log
Fixes #7686 (cherry picked from commit 00d467314b0e206742d4aff5aa20563e79b2ec55)
This commit is contained in:
parent
411f8866ec
commit
2d867a6cb6
@ -109,7 +109,7 @@ public void DownloadReport(RemoteMovie remoteMovie)
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user