From 4c49dafafd72830c11ac3d067f03221e2de0a960 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 29 Dec 2019 02:48:56 +0100 Subject: [PATCH] Log status. --- src/mastoapi.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mastoapi.cpp b/src/mastoapi.cpp index dd41e01..86e32ed 100644 --- a/src/mastoapi.cpp +++ b/src/mastoapi.cpp @@ -89,6 +89,7 @@ void MastoAPI::post_item(const Item &item) status.append(omission); BOOST_LOG_TRIVIAL(debug) << "Status resized to: " << status.size(); + BOOST_LOG_TRIVIAL(debug) << "Status: \"" << status << '"'; } status.append("\n\n" + item.link);