]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
printf
authorwessels <>
Tue, 12 Nov 1996 05:00:45 +0000 (05:00 +0000)
committerwessels <>
Tue, 12 Nov 1996 05:00:45 +0000 (05:00 +0000)
src/comm.cc

index c355a3b1045398f227d797e4cfdfb551799405ee..eaec199217229c3842e7b931995552b1de9de355 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: comm.cc,v 1.100 1996/11/06 23:14:24 wessels Exp $
+ * $Id: comm.cc,v 1.101 1996/11/11 22:00:45 wessels Exp $
  *
  * DEBUG: section 5     Socket Functions
  * AUTHOR: Harvest Derived
@@ -865,7 +865,7 @@ comm_add_close_handler(int fd, PF handler, void *data)
 {
     struct close_handler *new = xmalloc(sizeof(*new));
 
-    debug(5, 5, "comm_add_close_handler: fd=%d handler=0x%p data=0x%p\n", fd, handler, data);
+    debug(5, 5, "comm_add_close_handler: fd=%d handler=%p data=%p\n", fd, handler, data);
 
     new->handler = handler;
     new->data = data;