From: smallem Date: Thu, 4 Oct 2018 18:13:09 +0000 (-0400) Subject: fixed a missing substitution from merge from master X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=5911e6e2228899b461211bea37c2480c339fa2e1;p=collectd.git fixed a missing substitution from merge from master --- diff --git a/src/exec.c b/src/exec.c index 2c99ce2a..94d0b987 100644 --- a/src/exec.c +++ b/src/exec.c @@ -455,7 +455,7 @@ static int fork_child(program_list_t *pl, int *fd_in, int *fd_out, default: ERROR("exec plugin: default errno: get group information for '%s' " "failed : %s", - pl->group, sstrerror(status, errbuf, sizeof(errbuf))); + pl->group, STRERRNO); getgr_failed = 1; goto gr_finally; }