diff options
author | Ted Gould <ted@gould.cx> | 2010-02-25 10:30:46 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-25 10:30:46 -0600 |
commit | c130d250403dd7f15dfaeabb04980a4ae041c3cd (patch) | |
tree | f17d371aca88fb8bd9b1a03f347d2cb8436ff467 /tests/test-glib-proxy-proxy.c | |
parent | 70dbdabe93be35352fb29f8d63f52d710d8544e3 (diff) | |
parent | 00dad70b56978403d6b42b780eb8067690815bd3 (diff) | |
download | libdbusmenu-c130d250403dd7f15dfaeabb04980a4ae041c3cd.tar.gz libdbusmenu-c130d250403dd7f15dfaeabb04980a4ae041c3cd.tar.bz2 libdbusmenu-c130d250403dd7f15dfaeabb04980a4ae041c3cd.zip |
Using a pointer formatting command for tests
Diffstat (limited to 'tests/test-glib-proxy-proxy.c')
-rw-r--r-- | tests/test-glib-proxy-proxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-glib-proxy-proxy.c b/tests/test-glib-proxy-proxy.c index 1059cfd..722cf1f 100644 --- a/tests/test-glib-proxy-proxy.c +++ b/tests/test-glib-proxy-proxy.c @@ -19,7 +19,7 @@ static GMainLoop * mainloop = NULL; void root_changed (DbusmenuClient * client, DbusmenuMenuitem * newroot, gpointer user_data) { - g_debug("New root: %X", (guint)newroot); + g_debug("New root: %p", newroot); if (newroot == NULL) { g_debug("Root removed, exiting"); |