From: wessels <> Date: Fri, 7 Feb 1997 03:00:33 +0000 (+0000) Subject: move store maintenance debugging to section 51. X-Git-Tag: SQUID_3_0_PRE1~5126 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=63d0c4a88072acdcf95377ad3711d93736140398;p=thirdparty%2Fsquid.git move store maintenance debugging to section 51. --- diff --git a/src/store.cc b/src/store.cc index 86824b2c36..fbca731142 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.206 1997/02/05 04:40:45 wessels Exp $ + * $Id: store.cc,v 1.207 1997/02/06 20:00:33 wessels Exp $ * * DEBUG: section 20 Storeage Manager * AUTHOR: Harvest Derived @@ -2553,7 +2553,7 @@ storeMaintainSwapSpace(void *unused) if (bucket_index >= store_buckets) { bucket_index = 0; scan_revolutions++; - debug(20, 1, "Completed %d full expiration scans of store table\n", + debug(51, 1, "Completed %d full expiration scans of store table\n", scan_revolutions); storeRandomizeBuckets(); } @@ -2570,7 +2570,7 @@ storeMaintainSwapSpace(void *unused) } } } - debug(20, rm_obj ? 1 : 2, "Removed %d of %d objects from bucket %d\n", + debug(51, 2, "Removed %d of %d objects from bucket %d\n", rm_obj, scan_obj, (int) bucket); /* Scan row of hash table each second and free storage if we're * over the high-water mark */