[Telepathy-commits] [telepathy-qt4/master] Add debug output to Group autointrospection detailing the number of local pending members

Olli Salli olli.salli at collabora.co.uk
Mon Oct 20 09:13:34 PDT 2008


---
 TelepathyQt4/cli-channel.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/TelepathyQt4/cli-channel.cpp b/TelepathyQt4/cli-channel.cpp
index 61e0f38..12e7fb9 100644
--- a/TelepathyQt4/cli-channel.cpp
+++ b/TelepathyQt4/cli-channel.cpp
@@ -278,6 +278,7 @@ struct Channel::Private
                 else
                     debug() << " Group: No handle owners property present";
                 debug() << " Group: Number of current members" << groupMembers.size();
+                debug() << " Group: Number of local pending members" << groupLocalPending.size();
                 debug() << " Group: Number of remote pending members" << groupRemotePending.size();
                 debug() << " Group: Self handle" << groupSelfHandle << "tracked:" << (groupIsSelfHandleTracked ? "yes" : "no");
             }
-- 
1.5.6.5




More information about the Telepathy-commits mailing list