diff options
author | the xhr <xhr@giessen.ccc.de> | 2021-08-26 10:59:31 +0200 |
---|---|---|
committer | the xhr <xhr@giessen.ccc.de> | 2021-08-26 10:59:31 +0200 |
commit | aae0748e848b89d453310bf7b1a585d495ef5656 (patch) | |
tree | 31525697214715e49fa31f54e65b5337f34d85a0 /twind.c | |
parent | 9ebb8b991cd392eaebc938fb6fe761b964b199de (diff) |
Log when a child terminates
Diffstat (limited to 'twind.c')
-rw-r--r-- | twind.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -198,6 +198,8 @@ organize_termination(void) fatalx("wait"); } } + + log_debug("Child %d terminated", sub_pid); } } |