diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-06-25 23:10:21 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-06-25 23:10:21 +0000 |
commit | 946283e3faf186c0cbe3eb650d7b5d09ee358ea0 (patch) | |
tree | 20edfe5b0da23d1ca2da7fd52b61fad7ea77f565 | |
parent | 49f1f9efe1874449303ca8c95a35a7b2bd4e13a0 (diff) | |
download | s6-946283e3faf186c0cbe3eb650d7b5d09ee358ea0.tar.xz |
- Error message fix in s6-svcv2.1.6.0
- version: 2.1.6.0
-rw-r--r-- | src/supervision/s6-svc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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") ; } } |