From 66979cec7dc37e15f508116f59d5c73a93ba93d8 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Thu, 5 Mar 1998 08:11:22 +0000 Subject: [PATCH] missing printf-like arg to debug --- src/disk.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3