mirror of
https://github.com/Radarr/Radarr
synced 2026-01-10 17:48:43 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue