]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
debug level
authorwessels <>
Thu, 10 Sep 1998 08:55:59 +0000 (08:55 +0000)
committerwessels <>
Thu, 10 Sep 1998 08:55:59 +0000 (08:55 +0000)
src/store_swapout.cc

index e1bee483d9b096e835bf8699399427a31fc87649..8ce6cd4b56debdfd18d0fecf7978facbbd28d0b5 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store_swapout.cc,v 1.28 1998/09/06 17:11:34 wessels Exp $
+ * $Id: store_swapout.cc,v 1.29 1998/09/10 02:55:59 wessels Exp $
  *
  * DEBUG: section 20    Storage Manager Swapout Functions
  * AUTHOR: Duane Wessels
@@ -187,8 +187,7 @@ storeCheckSwapOut(StoreEntry * e)
        (int) swapout_size);
     if (swapout_size == 0) {
        if (e->store_status == STORE_OK && !storeSwapOutWriteQueued(mem)) {
-           debug(20, 1) ("storeCheckSwapOut: nothing to write for STORE_OK\n");
-           debug(20, 1) ("\t%s\n", storeUrl(e));
+           debug(20, 3) ("storeCheckSwapOut: nothing to write for STORE_OK\n");
            if (e->swap_file_number > -1) {
                storeUnlinkFileno(e->swap_file_number);
                storeDirMapBitReset(e->swap_file_number);