+Fix bug "unitialized value in sprintf"
Probably here since retention management has been introduced. Now it's better
This commit is contained in:
parent
fab1f5bec1
commit
98b127848c
|
@ -139,7 +139,7 @@ sub run {
|
|||
|
||||
$self->manage_selection();
|
||||
$self->{output}->output_add(severity => 'OK',
|
||||
short_msg => sprintf("No error found since %s seconds%s.", $extra_message));
|
||||
short_msg => sprintf("No error found%s.", $extra_message));
|
||||
|
||||
my $total_error = 0;
|
||||
foreach my $errpt_error (sort(keys %{$self->{result}})) {
|
||||
|
|
Loading…
Reference in New Issue