aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-09-10 14:09:43 -0500
committerTed Gould <ted@canonical.com>2009-09-10 14:09:43 -0500
commita275332bb21be6dab623738366aaeeff6afc7687 (patch)
tree568e6308770c2321c83b14f66113afc9c5f8caf7
parentb93e75aaa4634ac8f995ac3ea7596e3946a59e18 (diff)
downloadayatana-indicator-session-a275332bb21be6dab623738366aaeeff6afc7687.tar.gz
ayatana-indicator-session-a275332bb21be6dab623738366aaeeff6afc7687.tar.bz2
ayatana-indicator-session-a275332bb21be6dab623738366aaeeff6afc7687.zip
Adding in a debug message for Telepathy proxy.
-rw-r--r--src/status-provider-telepathy.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/status-provider-telepathy.c b/src/status-provider-telepathy.c
index f33e26f..f2815fb 100644
--- a/src/status-provider-telepathy.c
+++ b/src/status-provider-telepathy.c
@@ -149,9 +149,13 @@ status_provider_telepathy_init (StatusProviderTelepathy *self)
return;
}
+/* Builds up the proxy to Mission Control and configures all of the
+ signals for getting info from the proxy. Also does a call to get
+ the inital value of the status. */
static void
build_telepathy_proxy (StatusProviderTelepathy * self)
{
+ g_debug("Building Telepathy Proxy");
StatusProviderTelepathyPrivate * priv = STATUS_PROVIDER_TELEPATHY_GET_PRIVATE(self);
if (priv->proxy != NULL) {