commit | bc4e62d5c0d391ac7ee120014ff004990b5b5a8d | [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:49:11 2015 +0100 |
tree | 45b99e3c3307fd77c56d1f07830153e5b0b95a25 | |
parent | a256fae57309926cc7c32681386c4accc69fbb1f [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. (cherry picked from commit b197d7f433fc126f754df3923761d2dcc0893f69)