]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Fri, 24 Oct 1997 09:53:10 +0000 (09:53 +0000)
committerwessels <>
Fri, 24 Oct 1997 09:53:10 +0000 (09:53 +0000)
src/store.cc

index fd6629a100bbcd1286a5f1496453deab8ee8bd67..def2d628bb6dcbb0906d2f30cdaf972c342451e6 100644 (file)
@@ -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);
     }
 }