mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
erairaws: show xml when parse fails
This commit is contained in:
@@ -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}'");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user