start: log unknown info.si_code

parent ebd05853
......@@ -374,7 +374,7 @@ static int signal_handler(int fd, uint32_t events, void *data,
hdlr->exit_status = 1;
break;
default:
ERROR("Unknown si_code: %d", hdlr->init_died);
ERROR("Unknown si_code: %d", info.si_code);
hdlr->exit_status = 1;
}
}
......
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