From: wessels <> Date: Sat, 15 Jan 2000 00:34:49 +0000 (+0000) Subject: DW: X-Git-Tag: SQUID_3_0_PRE1~2074 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14b9e4c5d260d568445177d4f07fc558bfcb1831;p=thirdparty%2Fsquid.git DW: - left some debugging at '0,0' --- diff --git a/src/store.cc b/src/store.cc index 23590b8bef..e3fc9ad26a 100644 --- a/src/store.cc +++ b/src/store.cc @@ -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; }