Display features in hex in debug message.
This commit is contained in:
committed by
Benoît Dejean
parent
0e8f911410
commit
72b4aed8f1
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user