Commit 163d8b27 authored by unknown's avatar unknown

portability fix


server-tools/instance-manager/mysqlmanager.cc:
  removed non-portable sys_siglist
parent 8c2ae720
......@@ -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