commit aae0748e848b89d453310bf7b1a585d495ef5656 from: the xhr date: Thu Aug 26 08:59:31 2021 UTC Log when a child terminates commit - 9ebb8b991cd392eaebc938fb6fe761b964b199de commit + aae0748e848b89d453310bf7b1a585d495ef5656 blob - 479fdf2c6ef04151cf4ff672f635e75149e0124d blob + e7cc33835954259133b2cd688a8db17442bfd9b0 --- twind.c +++ twind.c @@ -198,6 +198,8 @@ organize_termination(void) fatalx("wait"); } } + + log_debug("Child %d terminated", sub_pid); } }