]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
missing printf-like arg to debug
authorwessels <>
Thu, 5 Mar 1998 08:11:22 +0000 (08:11 +0000)
committerwessels <>
Thu, 5 Mar 1998 08:11:22 +0000 (08:11 +0000)
src/disk.cc

index 415e8fdb231641c4fb85c9d66f03ee3e24315149..21c1563dcad59521f45ef1f49fbf3ca79311be49 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: disk.cc,v 1.110 1998/03/05 01:03:12 wessels Exp $
+ * $Id: disk.cc,v 1.111 1998/03/05 01:11:22 wessels Exp $
  *
  * DEBUG: section 6     Disk I/O Routines
  * AUTHOR: Harvest Derived
@@ -212,7 +212,7 @@ file_close(int fd)
     assert(F->open);
     if (EBIT_TEST(F->flags, FD_WRITE_DAEMON)) {
        EBIT_SET(F->flags, FD_CLOSE_REQUEST);
-       debug(6, 2) ("file_close: FD %d, delaying close\n");
+       debug(6, 2) ("file_close: FD %d, delaying close\n", fd);
        return;
     }
 #if USE_ASYNC_IO