From: wessels <> Date: Fri, 24 Oct 1997 09:53:10 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~4707 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9436560d9ade2600a88138355d79612d720c0b4b;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/store.cc b/src/store.cc index fd6629a100..def2d628bb 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.308 1997/10/24 03:42:29 wessels Exp $ + * $Id: store.cc,v 1.309 1997/10/24 03:53:10 wessels Exp $ * * DEBUG: section 20 Storeage Manager * AUTHOR: Harvest Derived @@ -469,8 +469,9 @@ storePurgeMem(StoreEntry * e) destroy_MemObject(e->mem_obj); e->mem_obj = NULL; if (e->swap_status != SWAPOUT_DONE) { - debug(0,0)("storePurgeMem: swap_status = %s, releasing\n", - swapStatusStr[e->swap_status]); + debug(0, 0) ("storePurgeMem: swap_status = %s, releasing\n", + swapStatusStr[e->swap_status]); + debug(0,0)("--> %s\n", e->url); storeRelease(e); } }