From: wessels <> Date: Fri, 28 Apr 2006 11:08:59 +0000 (+0000) Subject: Not sure why there was 'read_func' was cast to int in this X-Git-Tag: SQUID_3_0_PRE4~211 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4fbf3b72004391b4655c70943fd19f4f9dc9485f;p=thirdparty%2Fsquid.git Not sure why there was 'read_func' was cast to int in this debugging statement. --- diff --git a/src/BodyReader.cc b/src/BodyReader.cc index 37a913b2f2..dca2095139 100644 --- a/src/BodyReader.cc +++ b/src/BodyReader.cc @@ -48,7 +48,7 @@ BodyReader::read(CBCB *callback, void *cbdata) return; } - debugs(32,3,HERE << this << " " << "read_func=" << (int) read_func); + debugs(32,3,HERE << this << " " << "read_func=" << read_func); debugs(32,3,HERE << this << " " << "data=" << read_func_data); size_t size = theBuf.potentialSpaceSize();