summaryrefslogtreecommitdiff
path: root/twind.c
diff options
context:
space:
mode:
authorthe xhr <xhr@giessen.ccc.de>2021-08-26 10:59:31 +0200
committerthe xhr <xhr@giessen.ccc.de>2021-08-26 10:59:31 +0200
commitaae0748e848b89d453310bf7b1a585d495ef5656 (patch)
tree31525697214715e49fa31f54e65b5337f34d85a0 /twind.c
parent9ebb8b991cd392eaebc938fb6fe761b964b199de (diff)
Log when a child terminates
Diffstat (limited to 'twind.c')
-rw-r--r--twind.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/twind.c b/twind.c
index 479fdf2..e7cc338 100644
--- a/twind.c
+++ b/twind.c
@@ -198,6 +198,8 @@ organize_termination(void)
fatalx("wait");
}
}
+
+ log_debug("Child %d terminated", sub_pid);
}
}
generated by cgit on OpenBSD