diff --git a/lib/perl/OVH/Bastion/allowdeny.inc b/lib/perl/OVH/Bastion/allowdeny.inc index 243f615..9e9ebc7 100644 --- a/lib/perl/OVH/Bastion/allowdeny.inc +++ b/lib/perl/OVH/Bastion/allowdeny.inc @@ -130,7 +130,7 @@ sub is_access_way_granted { undef $entry->{'proxyUser'} if (defined $entry->{'proxyUser'} && $entry->{'proxyUser'} eq '*'); $check_debug_msg .= - "with wanted proxy " + " with wanted proxy " . ($wantedProxyUser // '') . '@' . ($wantedProxyIp // '') . ':' . ($wantedProxyPort // '')