1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

Sonarr stuck if Deluge didn't return an infohash. Also updated some logging.

This commit is contained in:
Taloth Saldono
2017-07-18 10:33:34 +02:00
parent a4f51aeef9
commit 2e2f79503c
3 changed files with 9 additions and 4 deletions
@@ -78,7 +78,7 @@ namespace NzbDrone.Core.Download
{
if (ex is DownloadClientUnavailableException || ex is DownloadClientAuthenticationException)
{
_logger.Debug("Failed to send release to download client, storing until later");
_logger.Debug(ex, "Failed to send release to download client, storing until later. " + remoteEpisode);
failed.Add(report);
if (downloadProtocol == DownloadProtocol.Usenet)