Log if we stop parsing a document.

This commit is contained in:
tastytea 2019-12-28 23:39:35 +01:00
parent e899754633
commit 78e8e6b92e
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 0 deletions

View File

@ -153,6 +153,8 @@ void Document::parse_rss(const pt::ptree &tree)
}
if (guid == _profiledata.last_guid)
{
BOOST_LOG_TRIVIAL(debug)
<< "Found already posted GUID, stopped parsing.";
break;
}