Skip to content

Commit

Permalink
mxqd: Change severity of failing setsid to error
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Aug 24, 2021
1 parent 5bd7baf commit 907c92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxqd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ int reaper_process(struct mxq_server *server,struct mxq_group_list *glist, struc

res = setsid();
if (res < 0) {
mx_log_warning("reaper_process setsid: %m");
mx_log_err("reaper_process setsid: %m");
return res;
}

Expand Down

0 comments on commit 907c92c

Please sign in to comment.