erairaws: show xml when parse fails

This commit is contained in:
Garfield69
2021-10-30 17:20:30 +13:00
parent cd8d6e716a
commit d2afdaefc1

View File

@@ -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}'");
}
}