Skip to content

Commit

Permalink
mxqd: Remove "received sigchld" log message
Browse files Browse the repository at this point in the history
There is no value in this message. Remove it.
  • Loading branch information
donald committed Aug 23, 2021
1 parent c593fb5 commit 6bdd79d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mxqd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2585,7 +2585,6 @@ static void process_signal(struct mxq_server *server,int sig,int extra)
}
break;
case SIGCHLD:
mx_log_info("received sigchld");
break;
default:
mx_log_warning("received signal %d (unexpected!)",sig);
Expand Down

0 comments on commit 6bdd79d

Please sign in to comment.