fix cisco aaa-servers
This commit is contained in:
parent
1e5fbd9cbd
commit
aa37eba352
|
@ -40,7 +40,7 @@ sub prefix_aaa_output {
|
||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
|
|
||||||
return sprintf(
|
return sprintf(
|
||||||
"checking server '%s' [protocol: %s] ",
|
"Server '%s' [protocol: %s] ",
|
||||||
$options{instance_value}->{name},
|
$options{instance_value}->{name},
|
||||||
$options{instance_value}->{protocol}
|
$options{instance_value}->{protocol}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue