]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
increase debug level for "Attempt to swap out a non-cacheable ..."
authorwessels <>
Sat, 21 Mar 1998 01:01:30 +0000 (01:01 +0000)
committerwessels <>
Sat, 21 Mar 1998 01:01:30 +0000 (01:01 +0000)
src/store_swapout.cc

index a0a9d2d77c330e1af557adcc08da26b87b83b657..7b29311b4428d0feed2fcab4525c18b0bec34088 100644 (file)
@@ -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;