From: wessels <> Date: Thu, 10 Sep 1998 08:55:59 +0000 (+0000) Subject: debug level X-Git-Tag: SQUID_3_0_PRE1~2751 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ece6f00f3e30bad715aa24a01d2744e56ad5e692;p=thirdparty%2Fsquid.git debug level --- diff --git a/src/store_swapout.cc b/src/store_swapout.cc index e1bee483d9..8ce6cd4b56 100644 --- a/src/store_swapout.cc +++ b/src/store_swapout.cc @@ -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);