1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

Apply Cleanse to Exception Data as well.

This commit is contained in:
Taloth Saldono
2017-04-08 12:38:39 +02:00
parent 924fe80997
commit b70d167911
11 changed files with 276 additions and 32 deletions
@@ -69,6 +69,8 @@ namespace NzbDrone.Core.Indexers.Newznab
catch (XmlException ex)
{
_logger.Debug(ex, "Failed to parse newznab api capabilities for {0}.", indexerSettings.Url);
ex.WithData(response);
throw;
}
catch (Exception ex)