diff --git a/awit-certmaster b/awit-certmaster index dfead851c63744599a3482c65a7240bc319afcff..c97c08999593ea40f79e131e3fc8afdf48465607 100755 --- a/awit-certmaster +++ b/awit-certmaster @@ -432,7 +432,7 @@ sub logger_end # If we're being quiet here is where we should output the logs if there were warnings - if ($self->{'quiet'} && grep({/^WARNING/} @{$self->{'_logs'}})) { + if ($self->{'quiet'} && grep({/^(WARNING|ERROR)/} @{$self->{'_logs'}})) { print(STDERR @{$self->{'_logs'}}); } @@ -1776,7 +1776,7 @@ use Getopt::Long; my $NAME = "AWIT-CertMaster"; -our $VERSION = "1.1.6"; +our $VERSION = "1.1.7";