The DEBUG macro enabled by --enable-debug is actually LIBGTOP_ENABLE_DEBUG.
This commit is contained in:
committed by
Robert Roth
parent
a3a16707b5
commit
a93dc2526d
@@ -52,7 +52,7 @@ glibtop_call_l (glibtop *server, unsigned command, size_t send_size,
|
||||
|
||||
glibtop_read_l (server, sizeof (glibtop_response), &response);
|
||||
|
||||
#ifdef DEBUG
|
||||
#ifdef LIBGTOP_ENABLE_DEBUG
|
||||
fprintf (stderr, "RESPONSE: %lu - %d\n",
|
||||
response.offset, response.data_size);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user