aboutsummaryrefslogtreecommitdiff
path: root/sinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'sinit.c')
-rw-r--r--sinit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sinit.c b/sinit.c
index e0132f4..c255205 100644
--- a/sinit.c
+++ b/sinit.c
@@ -111,6 +111,7 @@ spawn(const Arg *arg)
setsid();
setpgid(0, 0);
execvp(p, arg->v);
+ weprintf("sinit: execvp %s:", p);
_exit(errno == ENOENT ? 127 : 126);
}
}