The DEBUG macro enabled by --enable-debug is actually LIBGTOP_ENABLE_DEBUG.

This commit is contained in:
Benoit Dejean
2015-02-28 00:20:28 +01:00
committed by Robert Roth
parent a3a16707b5
commit a93dc2526d
11 changed files with 22 additions and 22 deletions

View File

@@ -52,7 +52,7 @@ glibtop_open_p (glibtop *server, const char *program_name,
const unsigned long features,
const unsigned flags)
{
#ifdef DEBUG
#ifdef LIBGTOP_ENABLE_DEBUG
fprintf (stderr, "DEBUG (%d): glibtop_open_p ()\n", getpid ());
#endif