[Telepathy-commits] [telepathy-gabble/master] src/tubes-channel.c: Better debug message when the tube ID already exists

Alban Crequy alban.crequy at collabora.co.uk
Fri Oct 31 05:33:33 PDT 2008


---
 src/tubes-channel.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/tubes-channel.c b/src/tubes-channel.c
index 9108e17..7a0ef16 100644
--- a/src/tubes-channel.c
+++ b/src/tubes-channel.c
@@ -1574,7 +1574,8 @@ tube_msg_offered (GabbleTubesChannel *self,
   tube = g_hash_table_lookup (priv->tubes, GUINT_TO_POINTER (tube_id));
   if (tube != NULL)
     {
-      DEBUG ("tube ID already in use. Close both tubes");
+      DEBUG ("tube ID already in use. Do not open the offered tube and close "
+          "the existing tube id %u", tube_id);
       gabble_tube_iface_close (tube, TRUE);
       return;
     }
-- 
1.5.6.5




More information about the Telepathy-commits mailing list