aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-09 10:48:57 -0600
committerTed Gould <ted@gould.cx>2009-12-09 10:48:57 -0600
commitd5bdb615a218fe64bc102e7c4b733b380f72dce3 (patch)
tree373f6a778d3308fd3a68ff3623c6cde5bc3f1ce1
parent9645c12aff4beb39bebe01147918f827bcc763c9 (diff)
downloadlibdbusmenu-d5bdb615a218fe64bc102e7c4b733b380f72dce3.tar.gz
libdbusmenu-d5bdb615a218fe64bc102e7c4b733b380f72dce3.tar.bz2
libdbusmenu-d5bdb615a218fe64bc102e7c4b733b380f72dce3.zip
Adding in layout debug message.
-rw-r--r--libdbusmenu-glib/client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdbusmenu-glib/client.c b/libdbusmenu-glib/client.c
index 93f281b..36c8f60 100644
--- a/libdbusmenu-glib/client.c
+++ b/libdbusmenu-glib/client.c
@@ -789,6 +789,8 @@ update_layout_cb (DBusGProxy * proxy, guint rev, gchar * xml, GError * error, vo
return;
}
+ g_debug("Got layout: %s", xml);
+
priv->my_revision = rev;
/* g_debug("Root is now: 0x%X", (unsigned int)priv->root); */
#ifdef MASSIVEDEBUGGING