From 946283e3faf186c0cbe3eb650d7b5d09ee358ea0 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 25 Jun 2015 23:10:21 +0000 Subject: - Error message fix in s6-svc - version: 2.1.6.0 --- src/supervision/s6-svc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/supervision/s6-svc.c b/src/supervision/s6-svc.c index f4eba63..047d44d 100644 --- a/src/supervision/s6-svc.c +++ b/src/supervision/s6-svc.c @@ -73,7 +73,7 @@ int main (int argc, char const *const *argv, char const *const *envp) { if (errno != ENOENT) strerr_diefu2sys(111, "access ", fn) ; updown[1] = 0 ; - strerr_warnw2x(fn, "not present - ignoring -U option") ; + strerr_warnw2x(fn, " not present - ignoring -U option") ; } } -- cgit v1.2.3