procd: Add %m to several functions that return errno.
[project/procd.git] / rcS.c
diff --git a/rcS.c b/rcS.c
index b1202bf..dd3b76d 100644 (file)
--- a/rcS.c
+++ b/rcS.c
@@ -72,7 +72,7 @@ static void q_initd_run(struct runqueue *q, struct runqueue_task *t)
 
        DEBUG(2, "start %s %s \n", s->file, s->param);
        if (pipe(pipefd) == -1) {
-               ERROR("Failed to create pipe\n");
+               ERROR("Failed to create pipe: %m\n");
                return;
        }