From: wessels <> Date: Sat, 15 Jan 2000 01:33:40 +0000 (+0000) Subject: DW: X-Git-Tag: SQUID_3_0_PRE1~2073 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f34359629c8002b72fdb84aad44bd7cfd8d4336d;p=thirdparty%2Fsquid.git DW: - Change debug level from 0 to 1. --- diff --git a/src/store_client.cc b/src/store_client.cc index c15c6339af..54e6e740a7 100644 --- a/src/store_client.cc +++ b/src/store_client.cc @@ -1,6 +1,6 @@ /* - * $Id: store_client.cc,v 1.82 2000/01/05 02:20:35 wessels Exp $ + * $Id: store_client.cc,v 1.83 2000/01/14 18:33:40 wessels Exp $ * * DEBUG: section 20 Storage Manager Client-Side Interface * AUTHOR: Duane Wessels @@ -299,7 +299,7 @@ storeClientCopy3(StoreEntry * e, store_client * sc) * schedule a disk read in the next block. */ } else { - debug(20, 0) ("WARNING: Averted multiple fd operation (1)\n"); + debug(20, 1) ("WARNING: Averted multiple fd operation (1)\n"); return; } } @@ -313,7 +313,7 @@ storeClientCopy3(StoreEntry * e, store_client * sc) } assert(STORE_DISK_CLIENT == sc->type); if (sc->flags.disk_io_pending) { - debug(20, 0) ("WARNING: Averted multiple fd operation (2)\n"); + debug(20, 1) ("WARNING: Averted multiple fd operation (2)\n"); return; } debug(20, 3) ("storeClientCopy3: reading from STORE\n");