removed debug output.

This commit is contained in:
nvt-se 2008-11-13 00:58:51 +00:00
parent a06ad707ee
commit 4e2d39546b

View file

@ -999,7 +999,7 @@ cfs_write(int fd, const void *buf, unsigned size)
int i;
struct log_param lp;
coffee_offset_t remains;
printf("write %d bytes to fd %d\n", size, fd);
if(!(FD_VALID(fd) && FD_WRITABLE(fd))) {
return -1;
}