From: wessels <> Date: Sat, 21 Mar 1998 01:01:30 +0000 (+0000) Subject: increase debug level for "Attempt to swap out a non-cacheable ..." X-Git-Tag: SQUID_3_0_PRE1~3782 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0190098e58afb947eb5c7afaae62f218c7ae13cc;p=thirdparty%2Fsquid.git increase debug level for "Attempt to swap out a non-cacheable ..." --- diff --git a/src/store_swapout.cc b/src/store_swapout.cc index a0a9d2d77c..7b29311b44 100644 --- a/src/store_swapout.cc +++ b/src/store_swapout.cc @@ -133,7 +133,7 @@ storeCheckSwapOut(StoreEntry * e) new_mem_lo = lowest_offset; if (!EBIT_TEST(e->flag, ENTRY_CACHABLE)) { if (!EBIT_TEST(e->flag, KEY_PRIVATE)) - debug(20, 0) ("storeCheckSwapOut: Attempt to swap out a non-cacheable non-private object!\n"); + debug(20, 3) ("storeCheckSwapOut: Attempt to swap out a non-cacheable non-private object!\n"); stmemFreeDataUpto(mem->data, new_mem_lo); mem->inmem_lo = new_mem_lo; return;