telepathy-qt: BaseChannelTextType: Fix debug message

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue May 5 23:32:42 UTC 2020


Module: telepathy-qt
Branch: master
Commit: 9be7311a093221ccf548cf50fe75845919ab03e7
URL:    http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=9be7311a093221ccf548cf50fe75845919ab03e7

Author: Alexander Akulich <akulichalexander at gmail.com>
Date:   Tue Feb 11 21:11:28 2020 +0300

BaseChannelTextType: Fix debug message

---

 TelepathyQt/base-channel.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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()) {



More information about the telepathy-commits mailing list