Skip to content

Commit

Permalink
Merge pull request #315 from atc0005/fix-log-message-for-skipping-thr…
Browse files Browse the repository at this point in the history
…esholds

Fix log message for skipping thresholds section
  • Loading branch information
atc0005 authored Nov 22, 2024
2 parents ba98bb2 + 871011a commit 3086b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 3086b78

Please sign in to comment.