This commit is contained in:
Christophe Maudoux 2019-10-27 23:27:24 +01:00
parent 692f938188
commit 73bd5cdf72

View File

@ -283,8 +283,8 @@ sub grant {
$class->logger->debug( 'Found AuthnLevel='
. $level
. ' for "'
. "$vhost/$uri"
. '"' );
. "$vhost$uri"
. '"' ) if $level;
last;
}
}