Skip to content

Commit 871011a

Browse files
committed
Fix log message for skipping thresholds section
1 parent ba98bb2 commit 871011a

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)