X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/5a8a70536e4fa79612405a88c50743976abb2d50..e001e8c056deecfdd295638262a9d61ca9995e23:/process.c diff --git a/process.c b/process.c index 0a7a0f2..a9ff3d9 100644 --- a/process.c +++ b/process.c @@ -152,7 +152,7 @@ int sys_cmd(const char *path, const char *arg, ...) path, arg, WTERMSIG(rv), strsignal(WTERMSIG(rv)), WCOREDUMP(rv) ? " - core dumped" : ""); else - Message(M_ERR, "sys_cmd(%s,%s,...) exited with wstat %#x", + Message(M_ERR, "sys_cmd(%s,%s,...) exited with wstat %#x\n", path, arg, rv); } } else if (c==0) {