From 72b4aed8f14b007361fe48aa3748eb39a534aba4 Mon Sep 17 00:00:00 2001 From: Benoit Dejean Date: Sun, 19 Jul 2015 22:36:05 +0200 Subject: [PATCH] Display features in hex in debug message. --- lib/open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/open.c b/lib/open.c index e9b17f48..6f0b3140 100644 --- a/lib/open.c +++ b/lib/open.c @@ -153,7 +153,7 @@ glibtop_open_l (glibtop *server, const char *program_name, memcpy (&server->sysdeps, &sysdeps, sizeof (glibtop_sysdeps)); - glibtop_debug ("Server features are %lu.", + glibtop_debug ("Server features are %#0lx.", server->features); }