X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=secnet.git;a=blobdiff_plain;f=process.c;h=a9ff3d92648557d7692d9da97fe864c41227a5fe;hp=0a7a0f262164ab75f8d908bfe2f0181a125ecc05;hb=e42d5acf494ed76046f0c63ad4a13ae2a0c473c8;hpb=5a8a70536e4fa79612405a88c50743976abb2d50 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) {