commit | ed936c5d3715a1975b6d6f4e7d608cec10d55919 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Apr 27 18:03:20 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jun 02 15:49:31 2017 +0200 |
tree | c656e53fb4793265d759b23c3e2ed4a2761c9428 | |
parent | 9faef1e391a90d8c69d6f5aeeacbc6b995cc12d8 [diff] |
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.