[Telepathy-commits] [telepathy-salut/master] salut_ft_manager_handle_request: display the id of the contact in the debug msg instead of his handle

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Mar 16 08:24:36 PDT 2009


---
 src/salut-ft-manager.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/salut-ft-manager.c b/src/salut-ft-manager.c
index c0db9f6..ec63df5 100644
--- a/src/salut-ft-manager.c
+++ b/src/salut-ft-manager.c
@@ -398,7 +398,8 @@ salut_ft_manager_handle_request (TpChannelManager *manager,
       goto error;
     }
 
-  DEBUG ("Requested outgoing channel for handle: %d", handle);
+  DEBUG ("Requested outgoing channel with contact: %s",
+      tp_handle_inspect (contact_repo, handle));
 
   chan = salut_file_transfer_channel_new (priv->connection, contact,
       handle, priv->xmpp_connection_manager, base_connection->self_handle,
-- 
1.5.6.5



More information about the telepathy-commits mailing list