From: wessels <> Date: Thu, 5 Mar 1998 08:11:22 +0000 (+0000) Subject: missing printf-like arg to debug X-Git-Tag: SQUID_3_0_PRE1~3916 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66979cec7dc37e15f508116f59d5c73a93ba93d8;p=thirdparty%2Fsquid.git missing printf-like arg to debug --- diff --git a/src/disk.cc b/src/disk.cc index 415e8fdb23..21c1563dca 100644 --- a/src/disk.cc +++ b/src/disk.cc @@ -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