]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW:
authorwessels <>
Sat, 15 Jan 2000 01:33:40 +0000 (01:33 +0000)
committerwessels <>
Sat, 15 Jan 2000 01:33:40 +0000 (01:33 +0000)
 - Change debug level from 0 to 1.

src/store_client.cc

index c15c6339af5b5388f0f30140273e41460f6f1646..54e6e740a7fba8117af93fc8924f836f5087af9f 100644 (file)
@@ -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");