diff options
-rwxr-xr-x | bin/feature-check.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |