telepathy-qt: Fix warning in DBusTubeChannel

Dario Freddi drf at kemper.freedesktop.org
Fri Feb 1 10:10:57 PST 2013


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

Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Fri Feb  1 19:10:28 2013 +0100

Fix warning in DBusTubeChannel

Reviewed-by: Dario Freddi <drf at kde.org>

---

 TelepathyQt/dbus-tube-channel.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/TelepathyQt/dbus-tube-channel.cpp b/TelepathyQt/dbus-tube-channel.cpp
index 001139e..a492270 100644
--- a/TelepathyQt/dbus-tube-channel.cpp
+++ b/TelepathyQt/dbus-tube-channel.cpp
@@ -245,7 +245,7 @@ DBusTubeChannel::~DBusTubeChannel()
 QString DBusTubeChannel::serviceName() const
 {
     if (!isReady(FeatureCore)) {
-        warning() << "DBusTubeChannel::service() used with "
+        warning() << "DBusTubeChannel::serviceName() used with "
             "FeatureCore not ready";
         return QString();
     }



More information about the telepathy-commits mailing list