]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
debug change
authorwessels <>
Thu, 12 Sep 1996 06:31:34 +0000 (06:31 +0000)
committerwessels <>
Thu, 12 Sep 1996 06:31:34 +0000 (06:31 +0000)
src/comm.cc

index 4fc87af2ebc0e187ab97dec9a04c37dab1c62f60..e9f2d48d59e9209d050b74c873ebe6e5b06d7987 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: comm.cc,v 1.62 1996/09/11 22:26:23 wessels Exp $
+ * $Id: comm.cc,v 1.63 1996/09/12 00:31:34 wessels Exp $
  *
  * DEBUG: section 5     Socket Functions
  * AUTHOR: Harvest Derived
@@ -1375,7 +1375,7 @@ void comm_write(fd, buf, size, timeout, handler, handler_data, free)
        fd, size, timeout, handler, handler_data);
 
     if (fd_table[fd].rwstate) {
-       debug(5, 1, "comm_write: WARNING! FD %d: A comm_read/comm_write is already active.\n", fd);
+       debug(5, 1, "WARNING! FD %d: A comm_read/comm_write is already active.\n", fd);
        RWStateCallbackAndFree(fd, COMM_ERROR);
     }
     state = xcalloc(1, sizeof(RWStateData));