-/* $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 */
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) {
-/* $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 */
}
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. */