]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
flags.open
authorwessels <>
Sat, 30 Jan 1999 00:33:05 +0000 (00:33 +0000)
committerwessels <>
Sat, 30 Jan 1999 00:33:05 +0000 (00:33 +0000)
src/disk.cc

index 0e6480c8b55ceb06f59b504d887993c54be813d8..59d416ef601370ed4cc1015a5ead1babf97b1f9d 100644 (file)
@@ -1,7 +1,7 @@
 
 
 /*
- * $Id: disk.cc,v 1.140 1999/01/21 21:13:00 wessels Exp $
+ * $Id: disk.cc,v 1.141 1999/01/29 17:33:05 wessels Exp $
  *
  * DEBUG: section 6     Disk I/O Routines
  * AUTHOR: Harvest Derived
@@ -287,7 +287,7 @@ diskHandleWriteComplete(int fd, void *data, int len, int errcode)
        debug(50, 0) ("KARMA: (%d, %d, %d FD %d)\n",
            q->buf_offset, q->len, len, fd);
        debug(50, 0) ("KARMA: desc %s, type %d, open %d, flags 0x%x\n",
-           F->desc, F->type, F->open, F->flags);
+           F->desc, F->type, F->flags.open, F->flags);
        debug(50, 0) ("KARMA: (%d, %d)\n", p->buf_offset, p->len);
        len = -1;
        errcode = EFAULT;