MINOR: tools: make debug_hexdump() take a string prefix
authorWilly Tarreau <w@1wt.eu>
Thu, 27 Apr 2017 16:03:20 +0000 (18:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 2 Jun 2017 13:49:31 +0000 (15:49 +0200)
commited936c5d3715a1975b6d6f4e7d608cec10d55919
treec656e53fb4793265d759b23c3e2ed4a2761c9428
parent9faef1e391a90d8c69d6f5aeeacbc6b995cc12d8
MINOR: tools: make debug_hexdump() take a string prefix

When dumping data at various places in the code, it's hard to figure
what is present where. To make this easier, this patch slightly modifies
debug_hexdump() to take a prefix string which is prepended in front of
each output line.
include/common/standard.h
src/standard.c