diff --git a/src/document.cpp b/src/document.cpp index fbe0216..e91c908 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -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; } }