aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-08 15:29:26 -0400
committerTed Gould <ted@canonical.com>2009-10-08 15:29:26 -0400
commit3108cf01e8937eb7a3f826a1c12ca8749f5c6d96 (patch)
tree0635b3ee02190acbfd05d3c75e5bac0ee4919a96
parentc152f3a0da6cbb83c699d0f26d5a411db3de1e37 (diff)
downloadayatana-indicator-session-3108cf01e8937eb7a3f826a1c12ca8749f5c6d96.tar.gz
ayatana-indicator-session-3108cf01e8937eb7a3f826a1c12ca8749f5c6d96.tar.bz2
ayatana-indicator-session-3108cf01e8937eb7a3f826a1c12ca8749f5c6d96.zip
Debug message
-rw-r--r--src/status-provider-mc5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/status-provider-mc5.c b/src/status-provider-mc5.c
index a904407..068c482 100644
--- a/src/status-provider-mc5.c
+++ b/src/status-provider-mc5.c
@@ -199,6 +199,8 @@ status_provider_mc5_finalize (GObject *object)
static void
dbus_namechange (DBusGProxy * proxy, const gchar * name, const gchar * prev, const gchar * new, StatusProviderMC5 * self)
{
+ g_debug("DBUS NAMECHANGE: %s %s %s", name, prev, new);
+
if (new != NULL && g_strcmp0(new, MC5_WELL_KNOWN_NAME) == 0) {
g_debug("MC5 Coming online");
build_eam(self);