fix #1573
This commit is contained in:
parent
c826bacaf4
commit
cd078421bb
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue