From 871011ab5819ae9d7699ee90628b277f299a683f Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Fri, 22 Nov 2024 07:20:01 -0600 Subject: [PATCH] Fix log message for skipping thresholds section --- sections.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections.go b/sections.go index 9366e58..d3e2350 100644 --- a/sections.go +++ b/sections.go @@ -102,7 +102,7 @@ func (p Plugin) handleThresholdsSection(w io.Writer) { return case p.isThresholdsSectionHidden(): - p.logAction("Skipping emission of thresholds section; option to hide errors enabled") + p.logAction("Skipping emission of thresholds section; option to hide thresholds enabled") return }