+Fix bug "unitialized value in sprintf"

Probably here since retention management has been introduced. Now it's better
This commit is contained in:
Sims24 2015-10-05 13:00:15 +02:00
parent fab1f5bec1
commit 98b127848c
1 changed files with 1 additions and 1 deletions

View File

@ -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}})) {