From 0190098e58afb947eb5c7afaae62f218c7ae13cc Mon Sep 17 00:00:00 2001 From: wessels <> Date: Sat, 21 Mar 1998 01:01:30 +0000 Subject: [PATCH] increase debug level for "Attempt to swap out a non-cacheable ..." --- src/store_swapout.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3