From: wessels <> Date: Tue, 5 Oct 1999 04:49:30 +0000 (+0000) Subject: debug level increase for "Averted multiple fd operation" X-Git-Tag: SQUID_3_0_PRE1~2113 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1f48676469a8a027bf4f3a00b16d7ee8c4ef8b3;p=thirdparty%2Fsquid.git debug level increase for "Averted multiple fd operation" --- diff --git a/src/store_client.cc b/src/store_client.cc index 64b4dd2cb2..0e37f849e2 100644 --- a/src/store_client.cc +++ b/src/store_client.cc @@ -1,6 +1,6 @@ /* - * $Id: store_client.cc,v 1.77 1999/10/04 05:05:32 wessels Exp $ + * $Id: store_client.cc,v 1.78 1999/10/04 22:49:30 wessels Exp $ * * DEBUG: section 20 Storage Manager Client-Side Interface * AUTHOR: Duane Wessels @@ -290,7 +290,7 @@ storeClientCopy3(StoreEntry * e, store_client * sc) } assert(STORE_DISK_CLIENT == sc->type); if (sc->flags.disk_io_pending) { - debug(20, 1) ("storeClientCopy3: Averted multiple fd operation?\n"); + debug(20, 3) ("storeClientCopy3: Averted multiple fd operation?\n"); return; } debug(20, 3) ("storeClientCopy3: reading from STORE\n");