mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-16 21:16:24 -04:00
DownloadString exceptions are no longer reported.
This commit is contained in:
@@ -43,7 +43,7 @@ namespace NzbDrone.Common
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
logger.TraceException(ex.Message, ex);
|
||||
logger.Trace(ex.Message, ex.ToString());
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user