summaryrefslogtreecommitdiff
path: root/lib/command.c
diff options
context:
space:
mode:
authorBenoit Dejean <bdejean@gmail.com>2015-06-21 17:37:07 +0200
committerRobert Roth <robert.roth.off@gmail.com>2015-06-26 02:57:42 +0300
commitebb7f9d5e23a6ffa79eb6f337020fa452ad110bf (patch)
treedc87340388c490ede1ea170ed6f7608dc3c4131e /lib/command.c
parent1f3b08e6dc1a0412976ad0eeb06af2505e13807d (diff)
downloadlibgtop-ebb7f9d5e23a6ffa79eb6f337020fa452ad110bf.tar.gz
Better debug message.
Diffstat (limited to 'lib/command.c')
-rw-r--r--lib/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command.c b/lib/command.c
index 2c26861f..5be309ee 100644
--- a/lib/command.c
+++ b/lib/command.c
@@ -92,7 +92,7 @@ glibtop_call_l (glibtop *server, unsigned command, size_t send_size,
glibtop_read_l (server, sizeof (glibtop_response), &response);
#ifdef LIBGTOP_ENABLE_DEBUG
- fprintf (stderr, "RESPONSE: %lu - %d\n",
+ fprintf (stderr, "RESPONSE: offset=%lu - data_size=%lu\n",
response.offset, response.data_size);
#endif