diff --git a/CMakeLists.txt b/CMakeLists.txt index 8104916..86043b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.7) project (expandurl-mastodon - VERSION 0.9.1 + VERSION 0.9.2 LANGUAGES CXX ) diff --git a/src/masto.cpp b/src/masto.cpp index 557cc36..185ccc1 100644 --- a/src/masto.cpp +++ b/src/masto.cpp @@ -317,7 +317,7 @@ const std::uint_fast64_t Listener::get_parent_id(const Easy::Notification ¬if } else { - syslog(LOG_WARNING, "Could not get ID of replied-to parent post"); + syslog(LOG_WARNING, "Could not get ID of replied-to post"); std::this_thread::sleep_for(std::chrono::seconds(2)); } }