X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=src%2Fpopen.c;h=8448b7311d18049b185f686b2b92a2abb00fa527;hb=a3ae351f1e4576e5a32166ddbc28c8699ce31991;hp=ad8d7596f5ea9383ea3584e9f9f57e71ab101fa8;hpb=d24f24e145cf8f26132a3c937fe90cdbd383ad29;p=netdata.git diff --git a/src/popen.c b/src/popen.c index ad8d7596..8448b731 100644 --- a/src/popen.c +++ b/src/popen.c @@ -138,7 +138,7 @@ FILE *mypopen(const char *command, pid_t *pidptr) error("pre-execution of command '%s' on pid %d: failed to set default signal handler for SIGUSR2.", command, getpid()); } - info("executing command: '%s' on pid %d.", command, getpid()); + debug(D_CHILDS, "executing command: '%s' on pid %d.", command, getpid()); execl("/bin/sh", "sh", "-c", command, NULL); exit(1); }