aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-proxy-proxy.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-10 15:09:50 -0600
committerTed Gould <ted@gould.cx>2010-02-10 15:09:50 -0600
commit4576a04c7fbd5e251d12714c157c1e29f93693f6 (patch)
treec958fdd7bfa2867ffd685ce16cfd5cb959f2e39d /tests/test-glib-proxy-proxy.c
parenta151474f523c222f508f9164a2e33e29f048ab2e (diff)
downloadlibdbusmenu-4576a04c7fbd5e251d12714c157c1e29f93693f6.tar.gz
libdbusmenu-4576a04c7fbd5e251d12714c157c1e29f93693f6.tar.bz2
libdbusmenu-4576a04c7fbd5e251d12714c157c1e29f93693f6.zip
Debug message
Diffstat (limited to 'tests/test-glib-proxy-proxy.c')
-rw-r--r--tests/test-glib-proxy-proxy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-glib-proxy-proxy.c b/tests/test-glib-proxy-proxy.c
index 79850b0..1059cfd 100644
--- a/tests/test-glib-proxy-proxy.c
+++ b/tests/test-glib-proxy-proxy.c
@@ -19,6 +19,8 @@ static GMainLoop * mainloop = NULL;
void
root_changed (DbusmenuClient * client, DbusmenuMenuitem * newroot, gpointer user_data)
{
+ g_debug("New root: %X", (guint)newroot);
+
if (newroot == NULL) {
g_debug("Root removed, exiting");
g_main_loop_quit(mainloop);