]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW:
authorwessels <>
Sat, 15 Jan 2000 00:34:49 +0000 (00:34 +0000)
committerwessels <>
Sat, 15 Jan 2000 00:34:49 +0000 (00:34 +0000)
 - left some debugging at '0,0'

src/store.cc

index 23590b8befb9216836cb2ebdea633027899ee7a2..e3fc9ad26a6b548c8c9fd5240a53374579c8ed5c 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store.cc,v 1.511 2000/01/11 05:32:56 wessels Exp $
+ * $Id: store.cc,v 1.512 2000/01/14 17:34:49 wessels Exp $
  *
  * DEBUG: section 20    Storage Manager
  * AUTHOR: Harvest Derived
@@ -314,7 +314,7 @@ storeUnlockObject(StoreEntry * e)
     } else {
        storePurgeMem(e);
        if (EBIT_TEST(e->flags, KEY_PRIVATE))
-           debug(0, 0) ("WARNING: %s:%d: found KEY_PRIVATE\n", __FILE__, __LINE__);
+           debug(20, 1) ("WARNING: %s:%d: found KEY_PRIVATE\n", __FILE__, __LINE__);
     }
     return 0;
 }