BUG/MINOR: build: Fix compilation with debug mode enabled
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 20 Jul 2018 08:16:29 +0000 (10:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 20 Jul 2018 08:45:20 +0000 (10:45 +0200)
commit4507351a2fb6e8d6856a7f107616d51cd9d76b74
tree0a06176255199b937bc47b8d6e9c926c346015a1
parent005e79e5dd7e6bb915ebba793e030c1fcc2dc4f6
BUG/MINOR: build: Fix compilation with debug mode enabled

It remained some fragments of the old buffers API in debug messages, here and
there.

This was caused by the recent buffer API changes, no backport is needed.
src/backend.c
src/cli.c
src/flt_spoe.c
src/proto_http.c
src/stream.c
src/tcp_rules.c