[telepathy-mission-control/master] _mcd_client_proxy_handle_channels: steal debug message from mcd_dispatch_operation_handle_channels
Simon McVittie
simon.mcvittie at collabora.co.uk
Mon Nov 2 07:18:14 PST 2009
---
src/mcd-client.c | 2 ++
src/mcd-dispatch-operation.c | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mcd-client.c b/src/mcd-client.c
index 907fd92..1256e67 100644
--- a/src/mcd-client.c
+++ b/src/mcd-client.c
@@ -1588,6 +1588,8 @@ _mcd_client_proxy_handle_channels (McdClientProxy *self,
g_return_if_fail (MCD_IS_CLIENT_PROXY (self));
g_return_if_fail (channels != NULL);
+ DEBUG ("calling HandleChannels on %s", tp_proxy_get_bus_name (self));
+
channel_details = _mcd_channel_details_build_from_list (channels);
requests_satisfied = g_ptr_array_new ();
diff --git a/src/mcd-dispatch-operation.c b/src/mcd-dispatch-operation.c
index 6469e5c..6c597e7 100644
--- a/src/mcd-dispatch-operation.c
+++ b/src/mcd-dispatch-operation.c
@@ -1663,8 +1663,6 @@ static void
mcd_dispatch_operation_handle_channels (McdDispatchOperation *self,
McdClientProxy *handler)
{
- DEBUG ("calling HandleChannels on %s for op %p",
- tp_proxy_get_bus_name (handler), self);
_mcd_client_proxy_handle_channels (handler,
-1, self->priv->channels, self->priv->handle_with_time,
NULL, _mcd_dispatch_operation_handle_channels_cb,
--
1.5.6.5
More information about the telepathy-commits
mailing list