New: Show download client name in GUI notifications

Closes: #642
This commit is contained in:
Mark McDowall
2015-07-16 23:19:59 -07:00
parent c4fe645c31
commit 03cf9a44cf
2 changed files with 14 additions and 9 deletions
@@ -63,7 +63,7 @@ namespace NzbDrone.Core.Download
episodeGrabbedEvent.DownloadId = downloadClientId;
}
_logger.ProgressInfo("Report sent to download client. {0}", downloadTitle);
_logger.ProgressInfo("Report sent to {0}. {1}", downloadClient.Definition.Name, downloadTitle);
_eventAggregator.PublishEvent(episodeGrabbedEvent);
}
}