commit | b197d7f433fc126f754df3923761d2dcc0893f69 | [log] [tgz] |
---|---|---|
author | Warren Turkal <wt@signalfuse.com> | Tue Jan 27 15:04:16 2015 -0800 |
committer | Willy Tarreau <w@1wt.eu> | Sat Jan 31 13:48:27 2015 +0100 |
tree | 929a276ce64ef9d0a7a6c74bb27116903d2ae23b | |
parent | 34d4c3c13f0172f0f8f0dd99f92c61e7eb78e98f [diff] |
BUG/MINOR: stats:Fix incorrect printf type. The value is defined in include/types/global.h to be an unsigned int. The type format in the printf is for a signed int. This eventually wraps around. WT: This bug was introduced in 1.5.