]> git.ipfire.org Git - thirdparty/squid.git/commit - src/Debug.h
Fix debug not showing some values.
authoramosjeffries <>
Fri, 24 Aug 2007 07:02:09 +0000 (07:02 +0000)
committeramosjeffries <>
Fri, 24 Aug 2007 07:02:09 +0000 (07:02 +0000)
commit066c954000aa7944c0ed4777ded1cda4a1b2185f
tree2341a691d1e99fed9747ddd5e9b546aef6b7a398
parent60e3c25b5dd9dfa2d01eaab9551aeaedbe00d8c9
Fix debug not showing some values.

debugs() does not handle uint8_t properly if the value is 0-31, 127+.
This patch adds a proper stream operator to display them like any other int
src/Debug.h