From: Zygo Blaxell Date: Thu, 13 Feb 2025 03:00:29 +0000 (-0500) Subject: extent scan: drop a nonsense trace message X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=337bbffac11b45da91599ce310d905294f6bff18;p=bees extent scan: drop a nonsense trace message This message appears only during exception backtraces, but it doesn't carry any useful information. Signed-off-by: Zygo Blaxell --- diff --git a/src/bees-roots.cc b/src/bees-roots.cc index 6c5d7876..bdca9d70 100644 --- a/src/bees-roots.cc +++ b/src/bees-roots.cc @@ -1091,7 +1091,6 @@ BeesScanModeExtent::SizeTier::find_next_extent() ++size_low_count; // Skip ahead over any below-min-size extents - BEESTRACE("min_size " << pretty(lower_size_bound) << " > scale_size " << pretty(m_fetcher.scale_size())); const auto lsb_rounded = lower_size_bound & ~(m_fetcher.scale_size() - 1); // Don't bother doing backward searches when skipping 128K or less. // The search will cost more than reading 32 consecutive extent records.