[core] typo in trace
parent
468b3a5b33
commit
c8136a66fe
|
@ -1460,7 +1460,7 @@ int config_parse_cmd(server *srv, config_t *context, const char *cmd) {
|
|||
}
|
||||
if (0 != wstatus) {
|
||||
log_error_write(srv, __FILE__, __LINE__, "SSsd",
|
||||
"commaned \"", cmd, "\" exited non-zero:", WEXITSTATUS(wstatus));
|
||||
"command \"", cmd, "\" exited non-zero:", WEXITSTATUS(wstatus));
|
||||
ret = -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue