Log if we stop parsing a document.
This commit is contained in:
parent
e899754633
commit
78e8e6b92e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user