aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-08 15:31:09 -0400
committerTed Gould <ted@canonical.com>2009-10-08 15:31:09 -0400
commit9952b4360a3c6b2be4b418a2e88159b60acaeeab (patch)
tree1f6680f93ebbe24ce20e88166a7a66ff73927c83
parent2f40a273792cef4d31b790d61140a9bf00640640 (diff)
parent3108cf01e8937eb7a3f826a1c12ca8749f5c6d96 (diff)
downloadayatana-indicator-session-9952b4360a3c6b2be4b418a2e88159b60acaeeab.tar.gz
ayatana-indicator-session-9952b4360a3c6b2be4b418a2e88159b60acaeeab.tar.bz2
ayatana-indicator-session-9952b4360a3c6b2be4b418a2e88159b60acaeeab.zip
releasing version 0.1.7-0ubuntu1~ppa2~mc5fix3
-rw-r--r--debian/changelog6
-rw-r--r--src/status-provider-mc5.c2
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 678aba8..9c67500 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+indicator-session (0.1.7-0ubuntu1~ppa2~mc5fix3) karmic; urgency=low
+
+ * Debug message
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 08 Oct 2009 15:31:06 -0400
+
indicator-session (0.1.7-0ubuntu1~ppa2~mc5fix2) karmic; urgency=low
* Name fix
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);