]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fix wrong nubmer of args coredump
authorwessels <>
Sat, 14 Dec 1996 03:32:32 +0000 (03:32 +0000)
committerwessels <>
Sat, 14 Dec 1996 03:32:32 +0000 (03:32 +0000)
src/comm.cc

index fe813037b22f21cdb392775d4b010743ab5435de..67c31f353a801ffdc3bfe53f16d9bb137bea3d08 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: comm.cc,v 1.117 1996/12/06 05:44:41 wessels Exp $
+ * $Id: comm.cc,v 1.118 1996/12/13 20:32:32 wessels Exp $
  *
  * DEBUG: section 5     Socket Functions
  * AUTHOR: Harvest Derived
@@ -1288,7 +1288,7 @@ examine_select(fd_set * readfds, fd_set * writefds)
            continue;
        }
        f = &fd_table[fd];
-       debug(5, 0, "FD %d: %s\n", xstrerror());
+       debug(5, 0, "FD %d: %s\n", fd, xstrerror());
        debug(5, 0, "WARNING: FD %d has handlers, but it's invalid.\n", fd);
        debug(5, 0, "FD %d is a %s called '%s'\n",
            fd,