summaryrefslogtreecommitdiffstats
path: root/src/popen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/popen.c')
-rw-r--r--src/popen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/popen.c b/src/popen.c
index ad8d7596f..8448b7311 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);
}