mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 13:45:18 +02:00
fix typo
This commit is contained in:
parent
4b6da58347
commit
0dddd488ea
@ -165,7 +165,7 @@ sub manage_selection {
|
||||
|
||||
if (defined($self->{option_results}->{filter_zone_name}) && $self->{option_results}->{filter_zone_name} ne '' &&
|
||||
$zone->{Name}->{content} !~ /$self->{option_results}->{filter_zone_name}/) {
|
||||
$self->{output}->output_add(long_msg => "skipping '" . $zone->{Name}->{content} . "': no matching filter vserver.", debug => 1);
|
||||
$self->{output}->output_add(long_msg => "skipping '" . $zone->{Name}->{content} . "': no matching filter.", debug => 1);
|
||||
next;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user