From: wessels <> Date: Wed, 4 Mar 1998 05:49:28 +0000 (+0000) Subject: add reading/writing to fdDumpOpen() output X-Git-Tag: SQUID_3_0_PRE1~3941 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5773de7e276920b735f8bf91fd3901de251f7a72;p=thirdparty%2Fsquid.git add reading/writing to fdDumpOpen() output --- diff --git a/src/fd.cc b/src/fd.cc index 122775255c..f767304e6a 100644 --- a/src/fd.cc +++ b/src/fd.cc @@ -1,6 +1,6 @@ /* - * $Id: fd.cc,v 1.21 1998/02/17 23:28:23 wessels Exp $ + * $Id: fd.cc,v 1.22 1998/03/03 22:49:28 wessels Exp $ * * DEBUG: section 51 Filedescriptor Functions * AUTHOR: Duane Wessels @@ -131,7 +131,8 @@ fdDumpOpen(void) continue; if (i == fileno(debug_log)) continue; - debug(51, 1) ("Open FD %4d %s\n", i, F->desc); + debug(51, 1) ("Open FD %s %4d %s\n", + i, F->type == FD_READ ? "reading" : "writing", F->desc); } }