This commit is contained in:
Colin Gagnaire 2019-07-05 10:03:18 +02:00
parent c826bacaf4
commit cd078421bb
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ sub manage_selection {
foreach my $node (keys %{$nodes_stats->{nodes}}) {
if (defined($self->{option_results}->{filter_name}) && $self->{option_results}->{filter_name} ne '' &&
$node !~ /$self->{option_results}->{filter_name}/) {
$self->{output}->output_add(long_msg => "skipping '" . $indice . "': no matching filter.", debug => 1);
$self->{output}->output_add(long_msg => "skipping '" . $node . "': no matching filter.", debug => 1);
next;
}