BUG/MINOR: stats:Fix incorrect printf type.
authorWarren Turkal <wt@signalfuse.com>
Tue, 27 Jan 2015 23:04:16 +0000 (15:04 -0800)
committerWilly Tarreau <w@1wt.eu>
Sat, 31 Jan 2015 12:48:27 +0000 (13:48 +0100)
commitb197d7f433fc126f754df3923761d2dcc0893f69
tree929a276ce64ef9d0a7a6c74bb27116903d2ae23b
parent34d4c3c13f0172f0f8f0dd99f92c61e7eb78e98f
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.
src/dumpstats.c