]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Not sure why there was 'read_func' was cast to int in this
authorwessels <>
Fri, 28 Apr 2006 11:08:59 +0000 (11:08 +0000)
committerwessels <>
Fri, 28 Apr 2006 11:08:59 +0000 (11:08 +0000)
debugging statement.

src/BodyReader.cc

index 37a913b2f288795d96f72fc338db90262446e67f..dca2095139f5aba64b85828e9aa17d99738fa26e 100644 (file)
@@ -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();