Add log message for first run.
This commit is contained in:
parent
8bfd9218cb
commit
2fca800868
|
@ -186,6 +186,7 @@ void Document::parse_rss(const pt::ptree &tree)
|
|||
|
||||
if (_profile.last_guid.empty())
|
||||
{
|
||||
BOOST_LOG_TRIVIAL(debug) << "This is the first run.";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user