Skip to content

Commit 3086b78

Browse files
authored
Merge pull request #315 from atc0005/fix-log-message-for-skipping-thresholds
Fix log message for skipping thresholds section
2 parents ba98bb2 + 871011a commit 3086b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sections.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func (p Plugin) handleThresholdsSection(w io.Writer) {
102102
return
103103

104104
case p.isThresholdsSectionHidden():
105-
p.logAction("Skipping emission of thresholds section; option to hide errors enabled")
105+
p.logAction("Skipping emission of thresholds section; option to hide thresholds enabled")
106106

107107
return
108108
}

0 commit comments

Comments
 (0)