From 9e114fc754a465f72830579589a9e281ff36d17b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 30 Nov 2021 20:16:29 +0100 Subject: include maturity in log messages about skipped feature --- bin/feature-check.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/feature-check.pl b/bin/feature-check.pl index e2983ee..bc3d8c4 100755 --- a/bin/feature-check.pl +++ b/bin/feature-check.pl @@ -192,7 +192,7 @@ sub feature { } $state->{$feature}{maturity} = $maturity; - $log->warning("skipping unacceptable feature: $feature") + $log->warningf('skipping %s feature: %s', $MATURITY[$maturity], $feature) if $maturity < $threshold; } -- cgit v1.2.3