diff --git a/src/NzbDrone.Core/Indexers/HttpIndexerBase.cs b/src/NzbDrone.Core/Indexers/HttpIndexerBase.cs index 6a6b965b3..ed25df68c 100644 --- a/src/NzbDrone.Core/Indexers/HttpIndexerBase.cs +++ b/src/NzbDrone.Core/Indexers/HttpIndexerBase.cs @@ -733,7 +733,7 @@ namespace NzbDrone.Core.Indexers } catch (WebException webException) { - _logger.Warn("Unable to connect to indexer."); + _logger.Warn(webException, "Unable to connect to indexer."); if (webException.Status is WebExceptionStatus.NameResolutionFailure or WebExceptionStatus.ConnectFailure) {