Re: [Openvpn-devel] [PATCH applied] Re: Fix IPv6 route add/delete message log level

2024-01-06 Thread Gert Doering
Hi, On Fri, Jan 05, 2024 at 11:14:58PM +0100, Gert Doering wrote: > Patch looks good, makes sense, thanks for that. > > Interesting enough, the old code had weird formatting ("msg( M_INFO") > which led to weird indenting of the *next* lines - this patch changed > the msg() call to have no leading

[Openvpn-devel] [PATCH applied] Re: Fix IPv6 route add/delete message log level

2024-01-05 Thread Gert Doering
Patch looks good, makes sense, thanks for that. Interesting enough, the old code had weird formatting ("msg( M_INFO") which led to weird indenting of the *next* lines - this patch changed the msg() call to have no leading blank, and uncrustify complained that now the successive lines had whitespac