commit 946283e3faf186c0cbe3eb650d7b5d09ee358ea0
parent 49f1f9efe1874449303ca8c95a35a7b2bd4e13a0
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Thu, 25 Jun 2015 23:10:21 +0000
- Error message fix in s6-svc
- version: 2.1.6.0
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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") ;
}
}