From d2afdaefc1d200a79f52dac8de091ff8c5c23c09 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 30 Oct 2021 17:20:30 +1300 Subject: [PATCH] erairaws: show xml when parse fails --- src/Jackett.Common/Indexers/EraiRaws.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/EraiRaws.cs b/src/Jackett.Common/Indexers/EraiRaws.cs index 95c3389bf..07e71e9d3 100644 --- a/src/Jackett.Common/Indexers/EraiRaws.cs +++ b/src/Jackett.Common/Indexers/EraiRaws.cs @@ -132,7 +132,7 @@ namespace Jackett.Common.Indexers } else { - logger.Warn($"Could not parse {DisplayName} RSS item '{node.InnerText}'"); + logger.Warn($"Could not parse {DisplayName} RSS item '{node.OuterXml}'"); } }