Improve log in updateSession (#1656)

This commit is contained in:
Clément OUDOT 2019-02-28 16:51:16 +01:00 committed by Xavier Guimard
parent 0eef2220d2
commit 48b86bd224
1 changed files with 2 additions and 2 deletions

View File

@ -469,8 +469,8 @@ sub updateSession {
## sessionInfo updated if $id defined : quite strange !!
## See https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues/430
foreach ( keys %$infos ) {
$self->logger->debug(
"Update sessionInfo $_ with " . $infos->{$_} );
$self->logger->debug("Update sessionInfo $_");
$self->_dump( $infos->{$_} );
$req->{sessionInfo}->{$_} = $self->HANDLER->data->{$_}
= $infos->{$_};
}