From: wessels <> Date: Tue, 16 Apr 1996 04:50:55 +0000 (+0000) Subject: debug cleanup X-Git-Tag: SQUID_3_0_PRE1~6168 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9215c1da5a02283154fb72b93971ca45d0205bce;p=thirdparty%2Fsquid.git debug cleanup --- diff --git a/src/comm.cc b/src/comm.cc index 23ab252910..c42b2c477c 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -1,5 +1,5 @@ -/* $Id: comm.cc,v 1.23 1996/04/12 21:22:54 wessels Exp $ */ +/* $Id: comm.cc,v 1.24 1996/04/15 22:50:55 wessels Exp $ */ /* DEBUG: Section 5 comm: socket level functions */ @@ -526,7 +526,6 @@ int comm_select(sec, failtime) if (!fdstat_are_n_free_fd(RESERVED_FD)) { FD_CLR(theAsciiConnection, &readfds); } - debug(5, 5, "comm_select: nfds = %d\n", nfds); if (nfds == 0) return COMM_SHUTDOWN; while (1) { diff --git a/src/disk.cc b/src/disk.cc index c68bcd18cd..45db57f405 100644 --- a/src/disk.cc +++ b/src/disk.cc @@ -1,4 +1,4 @@ -/* $Id: disk.cc,v 1.9 1996/04/05 17:48:28 wessels Exp $ */ +/* $Id: disk.cc,v 1.10 1996/04/15 22:51:38 wessels Exp $ */ /* DEBUG: Section 6 disk: disk I/O routines */ @@ -406,7 +406,7 @@ int file_write(fd, ptr_to_buf, len, access_code, handle, handle_data) } if ((file_table[fd].write_lock == LOCK) && (file_table[fd].access_code != access_code)) { - debug(6, 0, "file write: access code checked failed. Sync problem.\n"); + debug(6, 0, "file write: FD %d access code checked failed.\n", fd); return DISK_WRT_WRONG_CODE; } /* if we got here. Caller is eligible to write. */