Fix debug msg (#1774)

This commit is contained in:
Christophe Maudoux 2019-06-04 19:58:52 +02:00
parent 95b188ccfe
commit eab00052f3

View File

@ -795,7 +795,8 @@ sub sendHtml {
my @cors = split /;/, $self->cors;
if ( $self->conf->{corsEnabled} ) {
push @{ $res->[1] }, @cors;
$self->logger->debug("Apply following CORS policy : @cors");
$self->logger->debug(
"Apply following CORS policy : " . Data::Dumper::Dumper(\@cors) );
}
# Set authorized URL for POST