diff --git a/src/hostinfo.c b/src/hostinfo.c index b0157d6..0968ba7 100644 --- a/src/hostinfo.c +++ b/src/hostinfo.c @@ -72,7 +72,9 @@ int parse_proc_status(char *line) int i; key = chop(&line); +#ifdef DEBUG debug("pps key = %s (%s)\n",key,line); +#endif if (key == NULL) return(FALSE); for(i=0;sv[i].key;i++)