mirror of
https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git
synced 2025-02-11 06:59:15 +00:00
Clarifying error to help pin down bad feed source
This commit is contained in:
parent
a956451284
commit
7a06953d25
@ -105,7 +105,7 @@ RssBraider.prototype.processFeed = function(feed_name, format, callback)
|
|||||||
}
|
}
|
||||||
|
|
||||||
feedparser.on('error', function(error) {
|
feedparser.on('error', function(error) {
|
||||||
logger.error("feedparser: error", error);
|
logger.error("feedparser error:", error, "name:", source.name, "source:", source.feed_url);
|
||||||
});
|
});
|
||||||
|
|
||||||
// Collect the articles from this source
|
// Collect the articles from this source
|
||||||
|
Loading…
Reference in New Issue
Block a user