Clarifying error to help pin down bad feed source

This commit is contained in:
Kip Gebhardt 2015-05-28 17:42:50 -07:00
parent a956451284
commit 7a06953d25

View File

@ -105,7 +105,7 @@ RssBraider.prototype.processFeed = function(feed_name, format, callback)
}
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