Add log message for first run.

This commit is contained in:
tastytea 2019-12-28 07:16:15 +01:00
parent 8bfd9218cb
commit 2fca800868
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
}