Write the log message on a single line againn

This commit is contained in:
Diego Agulló 2015-11-03 10:13:43 +01:00
parent 713b99fc8f
commit ebc751d868

View File

@ -78,10 +78,7 @@ class GuardAuthenticationListener implements ListenerInterface
if ($event->hasResponse()) {
if (null !== $this->logger) {
$this->logger->debug(sprintf(
'The "%s" authenticator set the response. Any later authenticator will not be called',
get_class($guardAuthenticator)
));
$this->logger->debug(sprintf('The "%s" authenticator set the response. Any later authenticator will not be called', get_class($guardAuthenticator)));
}
break;