Added message to failed history events

This commit is contained in:
Mark McDowall
2013-10-24 18:25:04 -07:00
parent 6dd2951f80
commit 769fcdfc80
5 changed files with 6 additions and 1 deletions

View File

@@ -148,6 +148,7 @@ namespace NzbDrone.Core.History
history.Data.Add("DownloadClient", message.DownloadClient);
history.Data.Add("DownloadClientId", message.DownloadClientId);
history.Data.Add("Message", message.Message);
_historyRepository.Insert(history);
}