Add guid of already posted items to debug output.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0eb103fb8e
commit
145a97bb38
|
@ -165,7 +165,8 @@ void Document::parse_rss(const pt::ptree &tree)
|
||||||
[&](const auto &old_guid)
|
[&](const auto &old_guid)
|
||||||
{ return guid == old_guid; }))
|
{ return guid == old_guid; }))
|
||||||
{
|
{
|
||||||
BOOST_LOG_TRIVIAL(debug) << "Found already posted GUID.";
|
BOOST_LOG_TRIVIAL(debug) << "Found already posted GUID: "
|
||||||
|
<< guid;
|
||||||
if (_profiledata.keep_looking)
|
if (_profiledata.keep_looking)
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user