aboutsummaryrefslogtreecommitdiff
path: root/src/events/sigchld.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/events/sigchld.c')
-rw-r--r--src/events/sigchld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events/sigchld.c b/src/events/sigchld.c
index e164f2e..b4078b5 100644
--- a/src/events/sigchld.c
+++ b/src/events/sigchld.c
@@ -114,7 +114,7 @@ void
action_sigchld (evutil_socket_t fd, short what, void *arg)
{
struct state *state = arg;
- debug ("[event:%s] a child process has SIGCHLD'd!", __func__);
+ verb_debug ("[event:%s] a child process has SIGCHLD'd!", __func__);
/* Process SIGCHLDs in two steps: death and stopped until all
* pending children are sorted.
*/