From ebb7f9d5e23a6ffa79eb6f337020fa452ad110bf Mon Sep 17 00:00:00 2001 From: Benoit Dejean Date: Sun, 21 Jun 2015 17:37:07 +0200 Subject: [PATCH] Better debug message. --- lib/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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