From: wessels <> Date: Thu, 12 Sep 1996 06:31:34 +0000 (+0000) Subject: debug change X-Git-Tag: SQUID_3_0_PRE1~5832 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e72c32ce41105283767b5b2d3b48937c0dd96cd;p=thirdparty%2Fsquid.git debug change --- diff --git a/src/comm.cc b/src/comm.cc index 4fc87af2eb..e9f2d48d59 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -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));