From 601ac0d20da228e8e4c89cf5a132e58c78bfc3c0 Mon Sep 17 00:00:00 2001 From: Christophe Maudoux Date: Sun, 27 Oct 2019 21:05:54 +0100 Subject: [PATCH] Fix log msg (#1988) --- lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Run.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Run.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Run.pm index 88ba8bcb4..52567b0cd 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Run.pm +++ b/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; }