diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-06-11 07:07:12 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-06-11 07:07:12 +0000 |
commit | 125eb54bac94b96ea61447e9a56da4436c891baa (patch) | |
tree | 4ed9f0518875917659dd2bf8bacbe52445fcd0ee /src | |
parent | 8d6814eba88699036251b9cbea5e40e497e4f7dc (diff) | |
download | s6-rc-125eb54bac94b96ea61447e9a56da4436c891baa.tar.xz |
without bugs in the debug instructions please
Diffstat (limited to 'src')
-rw-r--r-- | src/s6-rc/s6-rc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s6-rc/s6-rc.c b/src/s6-rc/s6-rc.c index 2363556..4baa5c9 100644 --- a/src/s6-rc/s6-rc.c +++ b/src/s6-rc/s6-rc.c @@ -473,7 +473,7 @@ int main (int argc, char const *const *argv) if (verbosity >= 4) { char fmt[UINT32_FMT] ; - fmt[uint320_fmt(fmt, x)] = 0 ; + fmt[uint32_fmt(fmt, x)] = 0 ; strerr_warnt2x("adding service ", fmt) ; } } |