From bf608f5145c4c1b70540444f44ba63efc4c7a5ce Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 29 May 2018 19:15:53 +0200 Subject: [PATCH] removed redundancy in error message --- CMakeLists.txt | 2 +- src/masto.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)); } }