1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

mnc: suppress debug output

This commit is contained in:
Steve Schnepp 2013-02-09 12:58:16 +01:00
parent acea10b203
commit 1d56b5845d

View file

@ -53,8 +53,6 @@ int main(int argc, char *argv[]) {
gethostname(host, HOST_NAME_MAX); gethostname(host, HOST_NAME_MAX);
} }
fprintf(stderr, "verbose: %d, host: %s, plugin_dir: %s, spoolfetch_dir: %s\n", verbose, host, plugin_dir, spoolfetch_dir);
printf("# munin node at %s\n", host); printf("# munin node at %s\n", host);
while (fgets(line, LINE_MAX, stdin) != NULL) { while (fgets(line, LINE_MAX, stdin) != NULL) {
char* cmd; char* cmd;