Polish confusing output

as seen in varnishtest:

***  v1    debug|Error: Child (0) not dying, killingChild (74042) died signal=6
parent bd443dd5
...@@ -566,7 +566,8 @@ mgt_reap_child(void) ...@@ -566,7 +566,8 @@ mgt_reap_child(void)
(void)usleep(100000); (void)usleep(100000);
} }
if (r == 0) { if (r == 0) {
VSB_printf(vsb, "Child (%jd) not dying, killing", (intmax_t)r); VSB_printf(vsb, "Child (%jd) not dying (waitpid = %jd),"
" killing\n", (intmax_t)child_pid, (intmax_t)r);
/* Kick it Jim... */ /* Kick it Jim... */
(void)kill_child(); (void)kill_child();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment