Skip to content

Commit

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

Fix log message for skipping thresholds section
  • Loading branch information
atc0005 authored Nov 22, 2024
2 parents 710d244 + fd86ef1 commit 336f305
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 336f305

Please sign in to comment.