]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add debugging
authorwessels <>
Sat, 21 Feb 1998 04:05:11 +0000 (04:05 +0000)
committerwessels <>
Sat, 21 Feb 1998 04:05:11 +0000 (04:05 +0000)
src/store_swapout.cc

index d7ff632dae91dc1c1d4b3f0ab7495e88b4dee1e4..926b73070ae75f35f5bc2c1d087f80cbd7629a58 100644 (file)
@@ -200,6 +200,7 @@ storeSwapOutFileClose(StoreEntry * e)
     MemObject *mem = e->mem_obj;
     swapout_ctrl_t *ctrlp;
     assert(mem != NULL);
+    debug(20,3)("storeSwapOutFileClose: %s\n", storeKeyText(e->key));
     if (mem->swapout.fd < 0) {
 #if USE_ASYNC_IO
        aioCancel(-1, e);       /* Make doubly certain pending ops are gone */