[telepathy-mission-control/master] Migrate a debug message from McdDispatcher to McdClientRegistry
Simon McVittie
simon.mcvittie at collabora.co.uk
Mon Oct 19 07:01:13 PDT 2009
---
src/client-registry.c | 2 ++
src/mcd-dispatcher.c | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/client-registry.c b/src/client-registry.c
index 8a286b8..1192a3b 100644
--- a/src/client-registry.c
+++ b/src/client-registry.c
@@ -363,6 +363,8 @@ mcd_client_registry_constructed (GObject *object)
g_return_if_fail (self->priv->dbus_daemon != NULL);
+ DEBUG ("Starting to look for clients");
+
/* FIXME: ideally, this would be a more specific match, using arg0prefix
* (when dbus-daemon supports that, which it doesn't yet) so we only get
* new clients. */
diff --git a/src/mcd-dispatcher.c b/src/mcd-dispatcher.c
index c5f099d..074f693 100644
--- a/src/mcd-dispatcher.c
+++ b/src/mcd-dispatcher.c
@@ -1909,8 +1909,6 @@ mcd_dispatcher_constructed (GObject *object)
G_CALLBACK (mcd_dispatcher_client_registry_ready_cb),
object);
- DEBUG ("Starting to look for clients");
-
tp_cli_dbus_daemon_connect_to_name_owner_changed (priv->dbus_daemon,
name_owner_changed_cb, NULL, NULL, object, NULL);
--
1.5.6.5
More information about the telepathy-commits
mailing list