diff options
author | Ron Yorston <rmy@pobox.com> | 2017-11-03 14:16:08 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-11-03 14:16:08 +0000 |
commit | d6ce08aeb85b3698ddaa281016b70e16aeb9fb35 (patch) | |
tree | 02ad9bc0684859515fe891f3d6b0a1086e0db156 /runit | |
parent | ab450021a99ba66126cc6d668fb06ec3829a572b (diff) | |
parent | a5060b8364faa7c677c8950f1315c451403b0660 (diff) | |
download | busybox-w32-d6ce08aeb85b3698ddaa281016b70e16aeb9fb35.tar.gz busybox-w32-d6ce08aeb85b3698ddaa281016b70e16aeb9fb35.tar.bz2 busybox-w32-d6ce08aeb85b3698ddaa281016b70e16aeb9fb35.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'runit')
-rw-r--r-- | runit/sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/sv.c b/runit/sv.c index 1d0809be8..dc5dcceb3 100644 --- a/runit/sv.c +++ b/runit/sv.c | |||
@@ -224,7 +224,7 @@ static void out(const char *p, const char *m1) | |||
224 | { | 224 | { |
225 | printf("%s%s%s: %s", p, *service, islog ? "/log" : "", m1); | 225 | printf("%s%s%s: %s", p, *service, islog ? "/log" : "", m1); |
226 | if (errno) { | 226 | if (errno) { |
227 | printf(": %s", strerror(errno)); | 227 | printf(": "STRERROR_FMT STRERROR_ERRNO); |
228 | } | 228 | } |
229 | bb_putchar('\n'); /* will also flush the output */ | 229 | bb_putchar('\n'); /* will also flush the output */ |
230 | } | 230 | } |