diff --git a/src/mastoapi.cpp b/src/mastoapi.cpp index 0e9de8c..d41c82c 100644 --- a/src/mastoapi.cpp +++ b/src/mastoapi.cpp @@ -72,6 +72,8 @@ void MastoAPI::post_item(const Item &item) } return _profile.max_size; }()}; + BOOST_LOG_TRIVIAL(debug) << "Maximum status length: " << status.size(); + constexpr string_view omission = " […]"; if ((len_status + len_append) > len_max)