Re: [PATCH] BUG/MINOR: build: Fix compilation with debug mode enabled

2018-07-23 Thread Willy Tarreau
Hi Cyril, On Mon, Jul 23, 2018 at 10:04:34PM +0200, Cyril Bonté wrote: > Some monthes ago, I began writing a compilation test script for haproxy, but > as you may have noticed, I was not very available recently ;-) Oh it happens to all of us unfortunately :-/ > I should be > more available now.

Re: [PATCH] BUG/MINOR: build: Fix compilation with debug mode enabled

2018-07-20 Thread Willy Tarreau
On Fri, Jul 20, 2018 at 10:31:33AM +0200, Christopher Faulet wrote: > Hi Willy, > > Here is a patch to fix the compilation of HAProxy with the debug mode > enabled. Some debug messages were still using the old buffers api. It was left as an API conversion exercise for the reader :-) Bah as you

[PATCH] BUG/MINOR: build: Fix compilation with debug mode enabled

2018-07-20 Thread Christopher Faulet
10:16:29 +0200 Subject: [PATCH] BUG/MINOR: build: Fix compilation with debug mode enabled It remained some fragments of the old buffers API in debug messages, here and there. --- src/backend.c| 4 ++-- src/cli.c| 4 ++-- src/flt_spoe.c | 2 +- src/proto_http.c |