diff --git a/ex/needrestart.conf b/ex/needrestart.conf index c83bddbb..b532c898 100644 --- a/ex/needrestart.conf +++ b/ex/needrestart.conf @@ -206,7 +206,7 @@ $nrconf{skip_mapfiles} = -1; # Read additional config snippets. if(-d q(/etc/needrestart/conf.d)) { foreach my $fn (sort ) { - print STDERR "$LOGPREF eval $fn\n" if($nrconf{verbose}); + print STDERR "$LOGPREF eval $fn\n" if($nrconf{verbosity} > 1); eval do { local(@ARGV, $/) = $fn; <>}; die "Error parsing $fn: $@" if($@); }