telepathy-qt: dbus-tubes: Print contact id as a debug info

Dario Freddi drf at kemper.freedesktop.org
Tue Jul 3 15:08:42 PDT 2012


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

Author: Dario Freddi <dario.freddi at collabora.co.uk>
Date:   Thu Jun 16 14:37:15 2011 +0200

dbus-tubes: Print contact id as a debug info

---

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

diff --git a/TelepathyQt/dbus-tube-channel.cpp b/TelepathyQt/dbus-tube-channel.cpp
index dc95b5e..d35bd12 100644
--- a/TelepathyQt/dbus-tube-channel.cpp
+++ b/TelepathyQt/dbus-tube-channel.cpp
@@ -436,7 +436,8 @@ void DBusTubeChannel::onContactsRetrieved(const QUuid &uuid, const QList<Contact
                 mPriv->busNames.remove(contact);
                 removed << contact;
             } else {
-                warning() << "Trying to remove a bus name which has not been retrieved previously!";
+                warning() << "Trying to remove a bus name for contact " << contact->id()
+                          << " which has not been retrieved previously!";
             }
         }
 



More information about the telepathy-commits mailing list