diff options
Diffstat (limited to 'src/supervision')
-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") ; } } |