]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
debug cleanup
authorwessels <>
Tue, 16 Apr 1996 04:50:55 +0000 (04:50 +0000)
committerwessels <>
Tue, 16 Apr 1996 04:50:55 +0000 (04:50 +0000)
src/comm.cc
src/disk.cc

index 23ab2529101728178504c204a1bc5b8de5a0096c..c42b2c477c64f77595358a6adf04f1a5de48fc13 100644 (file)
@@ -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) {
index c68bcd18cd8934bd126f43366c320730d16297f1..45db57f405869ee79c8dc71e768e5f8a375c9bb2 100644 (file)
@@ -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. */