commit | b990384c9ad8773b11272831b47e447704e8480e | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Tue Mar 11 18:48:17 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 17 18:06:07 2014 +0100 |
tree | 7e5d4e98ff351685c859a8205df8b0515223563e | |
parent | d572343d5142679e08c612261d7bf31103640300 [diff] |
MINOR: dumpstats: change the "get map" display management The original get map display function set the comma separator after each word displayed. This is not efficient because we cannot knew if the displayed word is the last. This new system set the comma separator before the displayed word, and independant "\n" is set a the end of the function.