+ set list for bigip skipping in debug mode

This commit is contained in:
garnier-quentin 2015-08-21 14:33:06 +02:00
parent a01f3c80eb
commit 13a89f95de
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ sub manage_selection {
next;
}
$self->{output}->output_add(long_msg => "Skipping node '" . $name . "': no matching filter name");
$self->{output}->output_add(long_msg => "Skipping node '" . $name . "': no matching filter name", debug => 1);
}
}

View File

@ -72,7 +72,7 @@ sub manage_selection {
next;
}
$self->{output}->output_add(long_msg => "Skipping pool '" . $self->{result_names}->{$oid} . "': no matching filter name");
$self->{output}->output_add(long_msg => "Skipping pool '" . $self->{result_names}->{$oid} . "': no matching filter name", debug => 1);
}
}

View File

@ -72,7 +72,7 @@ sub manage_selection {
next;
}
$self->{output}->output_add(long_msg => "Skipping virtual server '" . $self->{result_names}->{$oid} . "': no matching filter name");
$self->{output}->output_add(long_msg => "Skipping virtual server '" . $self->{result_names}->{$oid} . "': no matching filter name", debug => 1);
}
}