From 747b2bfdceb94ff45b7ced747cbe3458d26dc6a8 Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 7 Feb 2014 11:35:29 +0000 Subject: Pass the actual FIFO path to weprintf() --- sinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sinit.c b/sinit.c index b96ef1e..765d565 100644 --- a/sinit.c +++ b/sinit.c @@ -57,7 +57,7 @@ main(void) unlink(fifopath); umask(0); if (mkfifo(fifopath, 0600) < 0) - weprintf("sinit: mkfifo %s:"); + weprintf("sinit: mkfifo %s:", fifopath); fd = open(fifopath, O_RDWR | O_NONBLOCK); if (fd < 0) -- cgit v1.2.3-54-g00ecf