Commit 0fa5496a authored by petr@mysql.com's avatar petr@mysql.com

portability fix

parent 0eaefa29
......@@ -232,8 +232,7 @@ static void angel(const Options &options)
sigsuspend(&zeromask);
if (is_terminated)
log_info("angel got signal %d (%s), exiting",
is_terminated, sys_siglist[is_terminated]);
log_info("angel got signal %d, exiting", is_terminated);
else if (child_status == CHILD_NEED_RESPAWN)
{
child_status= CHILD_OK;
......
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