diff --git a/NzbDrone.Common/HttpProvider.cs b/NzbDrone.Common/HttpProvider.cs index 4c0ffdc52..44a868a10 100644 --- a/NzbDrone.Common/HttpProvider.cs +++ b/NzbDrone.Common/HttpProvider.cs @@ -43,7 +43,7 @@ public virtual string DownloadString(string address, ICredentials identity) } catch (Exception ex) { - logger.TraceException(ex.Message, ex); + logger.Trace(ex.Message, ex.ToString()); throw; } }