From 2fca8008685a4a6371e1141b25443088eb1b7830 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 28 Dec 2019 07:16:15 +0100 Subject: [PATCH] Add log message for first run. --- src/document.cpp | 1 + 1 file changed, 1 insertion(+) 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; } }