Index: src/comm.c =================================================================== RCS file: /squid/squid/src/comm.c,v retrieving revision 1.337 diff -u -3 -r1.337 comm.c --- src/comm.c 17 May 2005 16:56:38 -0000 1.337 +++ src/comm.c 11 Oct 2005 18:18:52 -0000 @@ -794,7 +794,7 @@ int nonblocking = TRUE; if (fd_table[fd].type != FD_PIPE) { if (ioctl(fd, FIONBIO, &nonblocking) < 0) { - debug(50, 0) ("commSetNonBlocking: FD %d: %s %D\n", fd, xstrerror(), fd_table[fd].type); + debug(50, 0) ("commSetNonBlocking: FD %d: %s\n", fd, xstrerror()); return COMM_ERROR; } } else {