Fix log msg (#1988)

register-approval
Christophe Maudoux 6 years ago
parent 009dcb35ae
commit 601ac0d20d
  1. 2
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Run.pm

@ -283,7 +283,7 @@ sub grant {
$class->logger->debug( 'Found AuthnLevel='
. $level
. ' for "'
. "$vhost/$class->tsv->{locationConditionText}->{$vhost}->[$i]"
. "$vhost/$uri"
. '"' );
last;
}

Loading…
Cancel
Save