X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=exec.c;h=164feb294be62820d10c32d30d4dc42a55efda0b;hp=4e7acd51b1a5ade3036ffd35222615dad26c5298;hb=5018a2ca1307465db313bf336a3e1f79452c1c08;hpb=301b9cccfc5de2489b70a46850933ff688ed9732 diff --git a/exec.c b/exec.c index 4e7acd5..164feb2 100644 --- a/exec.c +++ b/exec.c @@ -11,6 +11,7 @@ #include "gcc-compat.h" +#include "log.h" #include "error.h" #include "string.h" @@ -96,7 +97,7 @@ int dss_exec(pid_t *pid, const char *file, char *const *const args, int *fds) close(null); return 1; err_out: - make_err_msg("failed to exec %s", file); + DSS_ERROR_LOG("failed to exec %s\n", file); if (err[0] >= 0) close(err[0]); if (err[1] >= 0)