summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Akulich <akulichalexander@gmail.com>2020-02-11 21:11:28 +0300
committerAlexander Akulich <akulichalexander@gmail.com>2020-03-12 01:36:57 +0300
commit9be7311a093221ccf548cf50fe75845919ab03e7 (patch)
tree14d91fcbd11e43fbe09aac86facb1ee59622fb97
parentf59064dc2be664c35d9cdc26997ce2625c358fab (diff)
BaseChannelTextType: Fix debug message
-rw-r--r--TelepathyQt/base-channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/base-channel.cpp b/TelepathyQt/base-channel.cpp
index a1cdc013..444c7c09 100644
--- a/TelepathyQt/base-channel.cpp
+++ b/TelepathyQt/base-channel.cpp
@@ -399,7 +399,7 @@ BaseChannelTextType::Adaptee::~Adaptee()
void BaseChannelTextType::Adaptee::acknowledgePendingMessages(const Tp::UIntList &IDs,
const Tp::Service::ChannelTypeTextAdaptor::AcknowledgePendingMessagesContextPtr &context)
{
- debug() << "BaseConnectionContactsInterface::acknowledgePendingMessages " << IDs;
+ debug() << "BaseChannelTextType::acknowledgePendingMessages " << IDs;
DBusError error;
mInterface->acknowledgePendingMessages(IDs, &error);
if (error.isValid()) {