[Telepathy-commits] [telepathy-gabble/master] Make some DEBUG() messages clearer

Marco Barisione marco at barisione.org
Tue Jan 6 08:41:29 PST 2009


---
 src/bytestream-factory.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bytestream-factory.c b/src/bytestream-factory.c
index 275768e..36f5ba9 100644
--- a/src/bytestream-factory.c
+++ b/src/bytestream-factory.c
@@ -1179,7 +1179,7 @@ gabble_bytestream_factory_create_ibb (GabbleBytestreamFactory *self,
       G_CALLBACK (bytestream_state_changed_cb), self);
 
   id = bytestream_id_new (GABBLE_BYTESTREAM_IFACE (ibb));
-  DEBUG ("add private bytestream <%s> from <%s>", id->stream, id->jid);
+  DEBUG ("add IBB bytestream <%s> from <%s>", id->stream, id->jid);
   g_hash_table_insert (priv->ibb_bytestreams, id, ibb);
 
   return ibb;
@@ -1243,7 +1243,7 @@ gabble_bytestream_factory_create_socks5 (GabbleBytestreamFactory *self,
       G_CALLBACK (bytestream_state_changed_cb), self);
 
   id = bytestream_id_new (GABBLE_BYTESTREAM_IFACE (socks5));
-  DEBUG ("add private bytestream <%s> from <%s>", id->stream, id->jid);
+  DEBUG ("add SOCKS5 bytestream <%s> from <%s>", id->stream, id->jid);
   g_hash_table_insert (priv->socks5_bytestreams, id, socks5);
 
   return socks5;
-- 
1.5.6.5




More information about the Telepathy-commits mailing list