diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Run.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Run.pm index 8850b5acf..2e999d1f9 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Run.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Run.pm @@ -64,7 +64,7 @@ sub handler { and $req->{env}->{HTTP_COOKIE} and $req->{env}->{HTTP_COOKIE} =~ /$url64/ ) { - $self->logger->debug("Force cleaning pdata"); + $self->logger->info("Force cleaning pdata"); $self->logger->warn("pdata cookie domain must be set") unless ( $self->conf->{pdataDomain} ); $req->pdata( {} );