From 4576a04c7fbd5e251d12714c157c1e29f93693f6 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 10 Feb 2010 15:09:50 -0600 Subject: Debug message --- tests/test-glib-proxy-proxy.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test-glib-proxy-proxy.c') 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); -- cgit v1.2.3