[next] telepathy-glib: TpConnection: correct an outdated comment

Simon McVittie smcv at kemper.freedesktop.org
Mon Oct 8 08:23:44 PDT 2012


Module: telepathy-glib
Branch: next
Commit: 719906109add0124139e8b56484ed06c70b01631
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=719906109add0124139e8b56484ed06c70b01631

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Oct  8 14:27:41 2012 +0100

TpConnection: correct an outdated comment

We previously said "I wonder what that means?" because we'd have to
inspect the new self-handle to find the new self-ID, but we no longer
need to do that.

---

 telepathy-glib/connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/telepathy-glib/connection.c b/telepathy-glib/connection.c
index be4d32c..79c1503 100644
--- a/telepathy-glib/connection.c
+++ b/telepathy-glib/connection.c
@@ -790,7 +790,7 @@ on_self_contact_changed (TpConnection *self,
       return;
     }
 
-  DEBUG ("SelfHandleChanged to %u, I wonder what that means?", self_handle);
+  DEBUG ("SelfHandleChanged to %u '%s'", self_handle, self_id);
   self->priv->last_known_self_handle = self_handle;
   g_free (self->priv->last_known_self_id);
   self->priv->last_known_self_id = g_strdup (self_id);



More information about the telepathy-commits mailing list