Re: [Toybox] [PATCH] logger.c was failing to properly log local0-local6 facilities, due to a string parsing error. This patch enables proper local facility handling.

2020-09-09 Thread Chris Sarra via Toybox
Just ran it through a short suite of tests on my end and all looks good here. Thanks for the cleanup! +Chris On Wed, Sep 9, 2020 at 12:57 AM Rob Landley wrote: > > > On 9/9/20 12:30 AM, Rob Landley wrote: > > On 9/8/20 2:16 PM, Chris Sarra via Toybox wrote: > >> --- > >> toys/posix/logger.c |

Re: [Toybox] [PATCH] logger.c was failing to properly log local0-local6 facilities, due to a string parsing error. This patch enables proper local facility handling.

2020-09-09 Thread Rob Landley
On 9/9/20 12:30 AM, Rob Landley wrote: > On 9/8/20 2:16 PM, Chris Sarra via Toybox wrote: >> --- >> toys/posix/logger.c | 7 --- >> 1 file changed, 4 insertions(+), 3 deletions(-) >> >> diff --git a/toys/posix/logger.c b/toys/posix/logger.c >> index 3bcfb174..d1cc7291 100644 >> ---

Re: [Toybox] [PATCH] logger.c was failing to properly log local0-local6 facilities, due to a string parsing error. This patch enables proper local facility handling.

2020-09-08 Thread Rob Landley
On 9/8/20 2:16 PM, Chris Sarra via Toybox wrote: > --- > toys/posix/logger.c | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/toys/posix/logger.c b/toys/posix/logger.c > index 3bcfb174..d1cc7291 100644 > --- a/toys/posix/logger.c > +++ b/toys/posix/logger.c > @@

[Toybox] [PATCH] logger.c was failing to properly log local0-local6 facilities, due to a string parsing error. This patch enables proper local facility handling.

2020-09-08 Thread Chris Sarra via Toybox
--- toys/posix/logger.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/toys/posix/logger.c b/toys/posix/logger.c index 3bcfb174..d1cc7291 100644 --- a/toys/posix/logger.c +++ b/toys/posix/logger.c @@ -64,9 +64,10 @@ void logger_main(void) else { *s1++ = len