fix cisco aaa-servers

This commit is contained in:
garnier-quentin 2021-01-29 16:08:39 +01:00
parent 1e5fbd9cbd
commit aa37eba352
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ sub prefix_aaa_output {
my ($self, %options) = @_;
return sprintf(
"checking server '%s' [protocol: %s] ",
"Server '%s' [protocol: %s] ",
$options{instance_value}->{name},
$options{instance_value}->{protocol}
);