aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-25 10:30:46 -0600
committerTed Gould <ted@gould.cx>2010-02-25 10:30:46 -0600
commitc130d250403dd7f15dfaeabb04980a4ae041c3cd (patch)
treef17d371aca88fb8bd9b1a03f347d2cb8436ff467
parent70dbdabe93be35352fb29f8d63f52d710d8544e3 (diff)
parent00dad70b56978403d6b42b780eb8067690815bd3 (diff)
downloadlibdbusmenu-c130d250403dd7f15dfaeabb04980a4ae041c3cd.tar.gz
libdbusmenu-c130d250403dd7f15dfaeabb04980a4ae041c3cd.tar.bz2
libdbusmenu-c130d250403dd7f15dfaeabb04980a4ae041c3cd.zip
Using a pointer formatting command for tests
-rw-r--r--tests/test-glib-proxy-proxy.c2
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");