[core] typo in trace

personal/stbuehler/fix-fdevent
Glenn Strauss 2018-10-16 08:19:56 -04:00
parent 468b3a5b33
commit c8136a66fe
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}