Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
portey committed Feb 18, 2016
1 parent 5579b75 commit 959bbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Processor/Processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function setContainer(ContainerInterface $container = null)
public function processQuery($queryString, $variables = [])
{
if ($this->logger) {
$this->logger->debug(sprintf('GraphQL query: %s', $queryString), $variables);
$this->logger->debug(sprintf('GraphQL query: %s', $queryString), (array) $variables);
}

parent::processQuery($queryString, $variables);
Expand Down

0 comments on commit 959bbd5

Please sign in to comment.