From: wessels <> Date: Tue, 25 Feb 1997 07:19:11 +0000 (+0000) Subject: add debugging X-Git-Tag: SQUID_3_0_PRE1~5073 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=158bebed03ac39b18b33dd2b789a4cc339731e70;p=thirdparty%2Fsquid.git add debugging --- diff --git a/src/store.cc b/src/store.cc index a610240292..da26b9e2e5 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.210 1997/02/19 17:09:23 wessels Exp $ + * $Id: store.cc,v 1.211 1997/02/25 00:19:11 wessels Exp $ * * DEBUG: section 20 Storeage Manager * AUTHOR: Harvest Derived @@ -593,6 +593,7 @@ storeUnlockObject(StoreEntry * e) return (int) e->lock_count; if (e->store_status == STORE_PENDING) { debug_trap("storeUnlockObject: Someone unlocked STORE_PENDING object"); + debug(20,1," --> Key '%s'\n", e->key); e->store_status = STORE_ABORTED; } if (BIT_TEST(e->flag, RELEASE_REQUEST)) {