enabled child crash reporting

This commit is contained in:
van Hauser 2018-11-15 08:27:07 +01:00
commit b32f0c0633

View file

@ -955,8 +955,8 @@ void killed_childs(int32_t signo) {
} }
void killed_childs_report(int32_t signo) { void killed_childs_report(int32_t signo) {
if (debug) //if (debug)
printf("[DEBUG] children crashed! (%d)\n", child_head_no); printf("[ERROR] children crashed! (%d)\n", child_head_no);
fck = write(child_socket, "E", 1); fck = write(child_socket, "E", 1);
_exit(-1); _exit(-1);
} }