Skip to content

Commit

Permalink
Fix log message for skipping thresholds section
Browse files Browse the repository at this point in the history
  • Loading branch information
atc0005 committed Nov 22, 2024
1 parent 710d244 commit fd86ef1
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 fd86ef1

Please sign in to comment.