Enclosed some debugging statements in `#ifdef DEBUG'.

This commit is contained in:
Martin Baulig
1998-10-03 03:01:22 +00:00
parent 06d907146d
commit be63bf2d42
3 changed files with 19 additions and 1 deletions

View File

@@ -50,7 +50,9 @@ void
glibtop_open_p (glibtop *server, const char *program_name,
const unsigned long features, const unsigned flags)
{
#ifdef DEBUG
fprintf (stderr, "DEBUG (%d): glibtop_open_p ()\n", getpid ());
#endif
/* !!! WE ARE ROOT HERE - CHANGE WITH CAUTION !!! */