Re: [RFC v2 13/14] lib: replace logging helpers

2023-12-16 Thread Andrew Rybchenko
On 12/8/23 17:59, David Marchand wrote: This is a preparation step before the next change. Many libraries have their own logging helpers that do not add a newline in their format string. Some previous changes fixed places where some of those helpers are called without a trailing newline. Using R

Re: [RFC v2 13/14] lib: replace logging helpers

2023-12-11 Thread David Marchand
On Fri, Dec 8, 2023 at 6:18 PM Stephen Hemminger wrote: > > On Fri, 8 Dec 2023 15:59:47 +0100 > David Marchand wrote: > > > diff --git a/lib/bpf/bpf_impl.h b/lib/bpf/bpf_impl.h > > index b483569071..30d83d2b40 100644 > > --- a/lib/bpf/bpf_impl.h > > +++ b/lib/bpf/bpf_impl.h > > @@ -27,9 +27,10 @